summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2020-12-16 11:44:27 +0000
committerArchzfs Buildbot2020-12-16 11:44:27 +0000
commit70e4b6d597a98eecfb809759fb51dbc241e2dd4e (patch)
tree6cdb7c113ec06adbdbc80aec6c388dc558461a8e
parent27018f5bf12882b916a464b5edb4c855b49aacf3 (diff)
downloadaur-70e4b6d597a98eecfb809759fb51dbc241e2dd4e.tar.gz
Semi-automated update for kernel 5.9.14.arch1-1 + zfs 2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d2aa5ad996c..d541cd67ae8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zfs-linux
- pkgver = 2.0.0_5.9.13.arch1.1
+ pkgver = 2.0.0_5.9.14.arch1.1
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
license = CDDL
- makedepends = linux-headers=5.9.13.arch1-1
+ makedepends = linux-headers=5.9.14.arch1-1
depends = kmod
depends = zfs-utils=2.0.0
- depends = linux=5.9.13.arch1-1
+ depends = linux=5.9.14.arch1-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.0.0/zfs-2.0.0.tar.gz
sha256sums = 3403bf8e993f3c9d772f768142117df47bdbbb8e9bbf85a29c0e166f577f9311
diff --git a/PKGBUILD b/PKGBUILD
index 2e03a9a65773..3c628294a938 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@
pkgbase="zfs-linux"
pkgname=("zfs-linux" "zfs-linux-headers")
_zfsver="2.0.0"
-_kernelver="5.9.13.arch1-1"
+_kernelver="5.9.14.arch1-1"
_extramodules="${_kernelver/.arch/-arch}"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"