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 f7c28dd37938..074a46c01bb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,18 @@
# http://github.com/archzfs/archzfs
#
pkgname="zfs-dkms-git"
-_commit='00f198de6b6ac663926bff2666d956a61cea85db'
+_commit='06f3fc2a4b097545259935d54634c5c6f49ed20f'
pkgdesc="Kernel modules for the Zettabyte File System."
-pkgver=2018.12.18.r4869.g00f198de6
+pkgver=2018.12.26.r4871.g06f3fc2a4
pkgrel=1
makedepends=("git")
arch=("x86_64")
url="http://zfsonlinux.org/"
-source=("git+https://github.com/zfsonlinux/zfs.git#commit=${_commit}")
-sha256sums=("SKIP")
+source=("git+https://github.com/zfsonlinux/zfs.git#commit=${_commit}"
+ "upstream-4f981f6-additional-fixes-for-current_kernel_time-in-4.20.patch")
+sha256sums=("SKIP"
+ "6f27c3dae57c424e06aec31df6c1e1a821e547aa4e933f2f9b894b5e6762b52d")
license=("CDDL")
depends=("zfs-utils-git=${pkgver}" "lsb-release" "dkms")
provides=("zfs" "zfs-headers" "spl" "spl-headers")