summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesus Alvarez2016-03-10 21:33:34 -0800
committerJesus Alvarez2016-03-10 21:33:34 -0800
commitc5bac63f741b6a06253dd29e79ce99eb50295222 (patch)
treee725530ed9a7e114590d73f8fe6608cda514da58 /PKGBUILD
parenta3c7b598367c3b7a94ed174f8bfc064d1559e496 (diff)
downloadaur-c5bac63f741b6a06253dd29e79ce99eb50295222.tar.gz
Update for kernel 4.4.5-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4faef73c18b9..a739195f1849 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.4_r0_g1ffc4c1_4.4.3_1
+pkgver=0.6.5.5_r0_g504ff59_4.4.5_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=1ffc4c15"
+source=("git+https://github.com/zfsonlinux/zfs.git#commit=504ff597"
"zfs-utils.bash-completion-r1"
"zfs-utils.initcpio.install"
"zfs-utils.initcpio.hook")