summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d7bc8051208..7d814f6ee2b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zfs-utils-git
pkgdesc = Kernel module support files for the Zettabyte File System.
- pkgver = 0.6.5.1_r0_g159270e_4.2.1_1
+ pkgver = 0.6.5.2_r0_g0b7b4bd_4.2.1_1
pkgrel = 1
url = http://zfsonlinux.org/
arch = i686
@@ -13,7 +13,7 @@ pkgbase = zfs-utils-git
conflicts = zfs-utils
conflicts = zfs-utils-lts
replaces = zfs-utils
- source = git+https://github.com/zfsonlinux/zfs.git#commit=159270ef
+ source = git+https://github.com/zfsonlinux/zfs.git#commit=0b7b4bd2
source = zfs-utils.bash-completion-r1
source = zfs-utils.initcpio.install
source = zfs-utils.initcpio.hook
diff --git a/PKGBUILD b/PKGBUILD
index 70fe7b6b1685..2353c455d688 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.1_r0_g159270e_4.2.1_1
+pkgver=0.6.5.2_r0_g0b7b4bd_4.2.1_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=159270ef"
+source=("git+https://github.com/zfsonlinux/zfs.git#commit=0b7b4bd2"
"zfs-utils.bash-completion-r1"
"zfs-utils.initcpio.install"
"zfs-utils.initcpio.hook")