summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2016-03-23 22:52:11 -0700
committerJesus Alvarez2016-03-23 22:52:11 -0700
commit5b7a5a75fd852f1b17115a62fb18d3c9d821772d (patch)
tree2c083553163e3ba472eac513b9f3bbbf36a437cd
parentc5bac63f741b6a06253dd29e79ce99eb50295222 (diff)
downloadaur-5b7a5a75fd852f1b17115a62fb18d3c9d821772d.tar.gz
Update for kernel 4.4.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8d4be7b8854..62406f88c79a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 11 05:33:34 UTC 2016
+# Thu Mar 24 05:52:11 UTC 2016
pkgbase = zfs-utils-git
pkgdesc = Kernel module support files for the Zettabyte File System.
- pkgver = 0.6.5.5_r0_g504ff59_4.4.5_1
+ pkgver = 0.6.5.6_r0_g21f21fe_4.4.5_1
pkgrel = 1
url = http://zfsonlinux.org/
arch = i686
@@ -15,7 +15,7 @@ pkgbase = zfs-utils-git
conflicts = zfs-utils
conflicts = zfs-utils-lts
replaces = zfs-utils
- source = git+https://github.com/zfsonlinux/zfs.git#commit=504ff597
+ source = git+https://github.com/zfsonlinux/zfs.git#commit=21f21fe8
source = zfs-utils.bash-completion-r1
source = zfs-utils.initcpio.install
source = zfs-utils.initcpio.hook
diff --git a/PKGBUILD b/PKGBUILD
index a739195f1849..5caf5fcdd685 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.5_r0_g504ff59_4.4.5_1
+pkgver=0.6.5.6_r0_g21f21fe_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=504ff597"
+source=("git+https://github.com/zfsonlinux/zfs.git#commit=21f21fe8"
"zfs-utils.bash-completion-r1"
"zfs-utils.initcpio.install"
"zfs-utils.initcpio.hook")