summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesus Alvarez2015-09-19 16:25:51 -0700
committerJesus Alvarez2015-09-19 16:25:51 -0700
commit308a5d7a3448fd0df34cdcc6a89c3700d7f6e79b (patch)
treed67b6799cae8f6f2be9ca90357e069b6b74a8c70 /PKGBUILD
parentb92a7a61c68525589ce6d6c6639411199a3990c4 (diff)
downloadaur-308a5d7a3448fd0df34cdcc6a89c3700d7f6e79b.tar.gz
Update for kernel 4.1.6-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fae649b14472..80652e19b91e 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.5_r0_g7a27ad0_4.1.6_1
+pkgver=0.6.5.1_r0_g159270e_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=7a27ad00"
+source=("git+https://github.com/zfsonlinux/zfs.git#commit=159270ef"
"zfs-utils.bash-completion-r1"
"zfs-utils.initcpio.install"
"zfs-utils.initcpio.hook")