summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2020-04-15 14:11:12 +0000
committerArchzfs Buildbot2020-04-15 14:11:12 +0000
commit831c9bc2145f9b10b70107586fa38e52af16666b (patch)
tree543f5422fd63e112ea84dd1a0287a71b7c2e30bf
parentaad6d4e8ffcf966f73664f0062e8b9f5dfeea032 (diff)
downloadaur-831c9bc2145f9b10b70107586fa38e52af16666b.tar.gz
Semi-automated update for kernel 5.6.4.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 0133d1394030..0dbdb4901ad8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zfs-linux
- pkgver = 0.8.3_5.6.3.arch1.1
+ pkgver = 0.8.3_5.6.4.arch1.1
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
license = CDDL
- makedepends = linux-headers=5.6.3.arch1-1
+ makedepends = linux-headers=5.6.4.arch1-1
depends = kmod
depends = zfs-utils=0.8.3
- depends = linux=5.6.3.arch1-1
+ depends = linux=5.6.4.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 96efae954c95..583f2a242f34 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.3.arch1-1"
+_kernelver="5.6.4.arch1-1"
_extramodules="${_kernelver/.arch/-arch}"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"