summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArchzfs Buildbot2019-03-08 01:05:12 +0000
committerArchzfs Buildbot2019-03-08 01:05:12 +0000
commit5ff7df5d8878f8a8d33992e4c42fcf6735a2b76e (patch)
tree3c8d6de4ed307a60d0a8eace5593deafc1a12ee5 /PKGBUILD
parentf94511d7e20ebd80fb0063506dade084498dd11b (diff)
downloadaur-5ff7df5d8878f8a8d33992e4c42fcf6735a2b76e.tar.gz
Semi-automated update for kernel 5.0.0.zen1-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 3ad2f4ed6bde..636986c8be08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,20 +17,18 @@
#
pkgbase="zfs-linux-zen-git"
pkgname=("zfs-linux-zen-git" "zfs-linux-zen-git-headers")
-_commit='0409679d88a8ccd06397ceae1b6d08935198c756'
-_zfsver="2019.02.28.r4983.g0409679d8"
-_kernelver="4.20.13.zen1-1"
-_extramodules="4.20.13-zen1-1-zen"
+_commit='becdcec7b9cd6b8beaa2273495b97c06de24e9e5'
+_zfsver="2019.03.06.r4987.gbecdcec7b"
+_kernelver="5.0.zen1-1"
+_extramodules="5.0.0-zen1-1-zen"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
pkgrel=1
makedepends=("linux-zen-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-zen=${_kernelver}")