summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesus Alvarez2015-09-11 22:07:15 -0700
committerJesus Alvarez2015-09-11 22:07:15 -0700
commitb92a7a61c68525589ce6d6c6639411199a3990c4 (patch)
treebeee3297eb6e9f969f4a950bf2d15d9d41dd18b0 /PKGBUILD
parentc8379a69573e6dba65ac4c97d78660e729a0a558 (diff)
downloadaur-b92a7a61c68525589ce6d6c6639411199a3990c4.tar.gz
Update for kernel 4.1.6-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc686788f575..fae649b14472 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# The build script generates and updates the pkgver and _kernel* variables.
#
pkgname="zfs-utils-git"
-pkgver=0.6.4.2_r0_g44b5ec8_4.1.6_1
+pkgver=0.6.5_r0_g7a27ad0_4.1.6_1
pkgrel=1
license=('CDDL')
pkgdesc="Kernel module support files for the Zettabyte File System."
@@ -16,7 +16,7 @@ depends=("spl-git")
makedepends=("git")
arch=("i686" "x86_64")
url="http://zfsonlinux.org/"
-source=("git+https://github.com/zfsonlinux/zfs.git#commit=44b5ec8f"
+source=("git+https://github.com/zfsonlinux/zfs.git#commit=7a27ad00"
"zfs-utils.bash-completion-r1"
"zfs-utils.initcpio.install"
"zfs-utils.initcpio.hook")
@@ -36,6 +36,7 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--sbindir=/usr/bin \
+ --with-mounthelperdir=/usr/bin \
--libdir=/usr/lib \
--datadir=/usr/share \
--includedir=/usr/include \