summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2020-04-26 18:57:21 +0000
committerArchzfs Buildbot2020-04-26 18:57:21 +0000
commitd7ba7b4de31e0269500a72bda2c1f78180863889 (patch)
treec3977864d20d7312c833dcd6bf814497b04b8de0
parenta71398b50de93389e47261acbe38bce98810fdb3 (diff)
downloadaur-d7ba7b4de31e0269500a72bda2c1f78180863889.tar.gz
Semi-automated update for kernel 5.6.7.arch1-1 + zfs 0.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a1f24911c57..23db666267f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zfs-linux
- pkgver = 0.8.3_5.6.6.arch1.1
+ pkgver = 0.8.3_5.6.7.arch1.1
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
license = CDDL
- makedepends = linux-headers=5.6.6.arch1-1
+ makedepends = linux-headers=5.6.7.arch1-1
depends = kmod
depends = zfs-utils=0.8.3
- depends = linux=5.6.6.arch1-1
+ depends = linux=5.6.7.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
source = linux-5.6-compat-struct-proc_ops.patch
diff --git a/PKGBUILD b/PKGBUILD
index 7cae6d7a5b84..4b457f322a0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@
pkgbase="zfs-linux"
pkgname=("zfs-linux" "zfs-linux-headers")
_zfsver="0.8.3"
-_kernelver="5.6.6.arch1-1"
+_kernelver="5.6.7.arch1-1"
_extramodules="${_kernelver/.arch/-arch}"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"