summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArchzfs Buildbot2019-03-08 01:05:06 +0000
committerArchzfs Buildbot2019-03-08 01:05:06 +0000
commit790dd3943ae15705c0396e9cb7a90fec48be1810 (patch)
tree858d5999f3c6624f3f87caf77772f34325145fd7 /PKGBUILD
parentee5a608bd3e4366c8698b3e48e86bec8805861e4 (diff)
downloadaur-790dd3943ae15705c0396e9cb7a90fec48be1810.tar.gz
Semi-automated update for kernel 4.20.14.a-1 + latest git commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bab2b870d900..abbfe8439742 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,20 +17,18 @@
#
pkgbase="zfs-linux-hardened-git"
pkgname=("zfs-linux-hardened-git" "zfs-linux-hardened-git-headers")
-_commit='0409679d88a8ccd06397ceae1b6d08935198c756'
-_zfsver="2019.02.28.r4983.g0409679d8"
-_kernelver="4.20.13.a-1"
-_extramodules="4.20.13.a-1-hardened"
+_commit='becdcec7b9cd6b8beaa2273495b97c06de24e9e5'
+_zfsver="2019.03.06.r4987.gbecdcec7b"
+_kernelver="4.20.14.a-1"
+_extramodules="4.20.14.a-1-hardened"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
pkgrel=1
makedepends=("linux-hardened-headers=${_kernelver}" "git" "python")
arch=("x86_64")
url="http://zfsonlinux.org/"
-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")
+source=("git+https://github.com/zfsonlinux/zfs.git#commit=${_commit}")
+sha256sums=("SKIP")
license=("CDDL")
depends=("kmod" "zfs-utils-git=${_zfsver}" "linux-hardened=${_kernelver}")