summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesus Alvarez2017-10-20 14:30:14 -0700
committerJesus Alvarez2017-10-20 14:30:14 -0700
commit33e822cabdb18cd2a8bf74c72e7631523a1e570e (patch)
treeb929cd1ee66636504c4485d154f8a6813b739fb3 /PKGBUILD
parentbb451b1b8d98daf4082f6fe29c0a13ab584cea30 (diff)
downloadaur-33e822cabdb18cd2a8bf74c72e7631523a1e570e.tar.gz
Semi-automated update for 4.13.8.a.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03fd909d568d..3da03602a94e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@
pkgbase="zfs-linux-hardened-git"
pkgname=("zfs-linux-hardened-git" "zfs-linux-hardened-git-headers")
-pkgver=0.7.0.r135.g6044cf59c.4.13.8.a.1
+pkgver=0.7.0.r136.g1cfdb0e6e.4.13.8.a.1
pkgrel=1
makedepends=("linux-hardened-headers=4.13.8.a-1" "git" "spl-linux-hardened-git-headers")
arch=("x86_64")
@@ -26,7 +26,7 @@ url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/zfs.git")
sha256sums=("SKIP")
license=("CDDL")
-depends=("kmod" "spl-linux-hardened-git" "zfs-utils-common-git>=0.7.0.r135.g6044cf59c" "linux-hardened=4.13.8.a-1")
+depends=("kmod" "spl-linux-hardened-git" "zfs-utils-common-git>=0.7.0.r136.g1cfdb0e6e" "linux-hardened=4.13.8.a-1")
pkgver() {
cd "${srcdir}/zfs"
@@ -38,7 +38,7 @@ build() {
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libdir=/usr/lib \
--datadir=/usr/share --includedir=/usr/include --with-udevdir=/lib/udev \
- --libexecdir=/usr/lib/zfs-0.7.2 --with-config=kernel \
+ --libexecdir=/usr/lib/zfs-0.7.3 --with-config=kernel \
--with-linux=/usr/lib/modules/4.13.8-1-hardened/build \
--with-linux-obj=/usr/lib/modules/4.13.8-1-hardened/build
make