summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArchzfs Buildbot2021-02-12 14:11:47 +0000
committerArchzfs Buildbot2021-02-12 14:11:47 +0000
commite28dba0c43074481f1cbd76ab106ac6c672c9883 (patch)
treee6636fe1a2be54b424a9e444ebac12f1d2e3801c /PKGBUILD
parentd0c1f33bc2d3be810ad2eed6477137352a430801 (diff)
downloadaur-e28dba0c43074481f1cbd76ab106ac6c672c9883.tar.gz
Semi-automated update for kernel 5.10.15.arch1-1 + zfs 2.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75f2b3c29310..cd8abb18a07c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@
#
pkgbase="zfs-linux"
pkgname=("zfs-linux" "zfs-linux-headers")
-_zfsver="2.0.2"
+_zfsver="2.0.3"
_kernelver="5.10.15.arch1-1"
_extramodules="${_kernelver/.arch/-arch}"
@@ -27,13 +27,13 @@ makedepends=("linux-headers=${_kernelver}")
arch=("x86_64")
url="https://zfsonlinux.org/"
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
-sha256sums=("bde5067ce4577d26cc0f0313a09173ad40d590d01539b92c93f33f06ee150b24")
+sha256sums=("0694f64aa76a3a0a506e20e99b49102c3cb68bef63cb0f0154e50befc387e539")
license=("CDDL")
depends=("kmod" "zfs-utils=${_zfsver}" "linux=${_kernelver}")
build() {
cd "${srcdir}/zfs-${_zfsver}"
- ./autogen.sh || true
+ ./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libdir=/usr/lib \
--datadir=/usr/share --includedir=/usr/include --with-udevdir=/usr/lib/udev \
--libexecdir=/usr/lib --with-config=kernel \