summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2020-09-11 19:53:36 +0000
committerArchzfs Buildbot2020-09-11 19:53:36 +0000
commit4f20177578c00af8cec209b5c404ec8eead03266 (patch)
tree41193c87caa4f222ece7442727433c71f983d947
parent911dd6442c84dcf904201eb05b2f52154207e430 (diff)
downloadaur-4f20177578c00af8cec209b5c404ec8eead03266.tar.gz
Semi-automated update for kernel 5.8.8.arch1-1 + zfs 0.8.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe2124432c54..f82107fcb3ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zfs-linux
- pkgver = 0.8.4_5.8.7.arch1.1
+ pkgver = 0.8.4_5.8.8.arch1.1
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
license = CDDL
- makedepends = linux-headers=5.8.7.arch1-1
+ makedepends = linux-headers=5.8.8.arch1-1
depends = kmod
depends = zfs-utils=0.8.4
- depends = linux=5.8.7.arch1-1
+ depends = linux=5.8.8.arch1-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.8.4/zfs-0.8.4.tar.gz
source = linux-5.8-compat-__vmalloc.patch
sha256sums = 2b988f5777976f09d08083f6bebf6e67219c4c4c183c1f33033fb7e5e5eacafb
diff --git a/PKGBUILD b/PKGBUILD
index a3c61047e35c..79a90932f2ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@
pkgbase="zfs-linux"
pkgname=("zfs-linux" "zfs-linux-headers")
_zfsver="0.8.4"
-_kernelver="5.8.7.arch1-1"
+_kernelver="5.8.8.arch1-1"
_extramodules="${_kernelver/.arch/-arch}"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"