summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b389976ff14..41c6a3cf1c72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,18 @@
# http://github.com/archzfs/archzfs
#
pkgname="zfs-dkms-git"
-_commit='2ce90dca91a991592da48c52332326ae4bb25b69'
+_commit='d32eff3a27d2a57fa280b7e461883fed2a4cec16'
pkgdesc="Kernel modules for the Zettabyte File System."
-pkgver=2020.02.27.r5777.g2ce90dca9
+pkgver=2020.02.28.r5785.gd32eff3a2
pkgrel=1
makedepends=("git")
arch=("x86_64")
url="https://zfsonlinux.org/"
-source=("git+https://github.com/zfsonlinux/zfs.git#commit=${_commit}")
-sha256sums=("SKIP")
+source=("git+https://github.com/zfsonlinux/zfs.git#commit=${_commit}"
+ "linux-5.5-compat-blkg_tryget.patch")
+sha256sums=("SKIP"
+ "daae58460243c45c2c7505b1d88dcb299ea7d92bcf3f41d2d30bc213000bb1da")
license=("CDDL")
depends=("zfs-utils-git=${pkgver}" "lsb-release" "dkms")
provides=("zfs" "zfs-headers" "spl" "spl-headers")