summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2016-03-23 22:52:39 -0700
committerJesus Alvarez2016-03-23 22:52:39 -0700
commitc563acff8b1e98549b8bac59446ab6954fe55978 (patch)
tree7cefc44cce4985ab9e3ecdc3095102c613946af0
parent2b486a913616f3b83c664cb2c828e2d9542509cb (diff)
downloadaur-c563acff8b1e98549b8bac59446ab6954fe55978.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 719d8afa5469..3136c6b1e23b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 11 05:34:05 UTC 2016
+# Thu Mar 24 05:52:39 UTC 2016
pkgbase = zfs-git
pkgdesc = Kernel modules 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/
install = zfs.install
@@ -19,7 +19,7 @@ pkgbase = zfs-git
conflicts = zfs
conflicts = zfs-lts
replaces = zfs
- source = git+https://github.com/zfsonlinux/zfs.git#commit=504ff597
+ source = git+https://github.com/zfsonlinux/zfs.git#commit=21f21fe8
md5sums = SKIP
pkgname = zfs-git
diff --git a/PKGBUILD b/PKGBUILD
index 0a82b3a87c87..391647147264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# The build script generates and updates the pkgver and _kernel* variables.
#
pkgname="zfs-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')
@@ -33,7 +33,7 @@ depends=("spl-git" "zfs-utils-git" "linux=${_kernel_version}")
makedepends=("git" "linux-headers=${_kernel_version}")
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")
groups=("archzfs-git")
md5sums=('SKIP')
replaces=("zfs")