summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2020-09-28 14:23:48 +0000
committerArchzfs Buildbot2020-09-28 14:23:48 +0000
commit491ef26b88a5b3fd1c01d3d213db055de3e63470 (patch)
tree3eeec3c9739729a925c10a2a1136bd6a710a7cda
parentb383a6b64c8b36713713c6233205c40e9215b4af (diff)
downloadaur-491ef26b88a5b3fd1c01d3d213db055de3e63470.tar.gz
Semi-automated update for kernel 5.8.12.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 ed5b89d4fed5..3e5883b12a32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zfs-linux
- pkgver = 0.8.4_5.8.11.arch1.1
+ pkgver = 0.8.4_5.8.12.arch1.1
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
license = CDDL
- makedepends = linux-headers=5.8.11.arch1-1
+ makedepends = linux-headers=5.8.12.arch1-1
depends = kmod
depends = zfs-utils=0.8.4
- depends = linux=5.8.11.arch1-1
+ depends = linux=5.8.12.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 e0ebceba9219..13c2c5ae302e 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.11.arch1-1"
+_kernelver="5.8.12.arch1-1"
_extramodules="${_kernelver/.arch/-arch}"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"