Semi-automated update for kernel 5.5.10.arch1-1 + zfs 0.8.3

This commit is contained in:
Archzfs Buildbot 2020-03-21 04:48:55 +00:00
parent dfc4c3bb22
commit f76737c460
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
pkgbase = zfs-linux
pkgver = 0.8.3_5.5.9.arch1.2
pkgver = 0.8.3_5.5.10.arch1.1
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
license = CDDL
makedepends = linux-headers=5.5.9.arch1-2
makedepends = linux-headers=5.5.10.arch1-1
depends = kmod
depends = zfs-utils=0.8.3
depends = linux=5.5.9.arch1-2
depends = linux=5.5.10.arch1-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.8.3/zfs-0.8.3.tar.gz
source = linux-5.5-compat-blkg_tryget.patch
sha256sums = 545a4897ce30c2d2dd9010a0fdb600a0d3d45805e2387093c473efc03aa9d7fd

View File

@ -18,7 +18,7 @@
pkgbase="zfs-linux"
pkgname=("zfs-linux" "zfs-linux-headers")
_zfsver="0.8.3"
_kernelver="5.5.9.arch1-2"
_kernelver="5.5.10.arch1-1"
_extramodules="${_kernelver/.arch/-arch}"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"