summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35001f173e66..336313cc41fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Mon Oct 16 18:49:09 UTC 2017
+# Fri Oct 20 20:16:32 UTC 2017
pkgbase = zfs-linux-zen-git
- pkgver = 0.7.0.r129.g7670f721f.4.13.7.1
+ pkgver = 0.7.0.r136.g1cfdb0e6e.4.13.7.1
pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = zfs-linux-zen-git
makedepends = spl-linux-zen-git-headers
depends = kmod
depends = spl-linux-zen-git
- depends = zfs-utils-common-git>=0.7.0.r129.g7670f721f
+ depends = zfs-utils-common-git>=0.7.0.r136.g1cfdb0e6e
depends = linux-zen=4.13.7-1
source = git+https://github.com/zfsonlinux/zfs.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d26eaf0e9c29..0e0889e09518 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@
pkgbase="zfs-linux-zen-git"
pkgname=("zfs-linux-zen-git" "zfs-linux-zen-git-headers")
-pkgver=0.7.0.r129.g7670f721f.4.13.7.1
+pkgver=0.7.0.r136.g1cfdb0e6e.4.13.7.1
pkgrel=1
makedepends=("linux-zen-headers=4.13.7-1" "git" "spl-linux-zen-git-headers")
arch=("x86_64")
@@ -25,7 +25,7 @@ url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/zfs.git")
sha256sums=("SKIP")
license=("CDDL")
-depends=("kmod" "spl-linux-zen-git" "zfs-utils-common-git>=0.7.0.r129.g7670f721f" "linux-zen=4.13.7-1")
+depends=("kmod" "spl-linux-zen-git" "zfs-utils-common-git>=0.7.0.r136.g1cfdb0e6e" "linux-zen=4.13.7-1")
pkgver() {
cd "${srcdir}/zfs"
@@ -37,7 +37,7 @@ build() {
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libdir=/usr/lib \
--datadir=/usr/share --includedir=/usr/include --with-udevdir=/lib/udev \
- --libexecdir=/usr/lib/zfs-0.7.2 --with-config=kernel \
+ --libexecdir=/usr/lib/zfs-0.7.3 --with-config=kernel \
--with-linux=/usr/lib/modules/4.13.7-1-zen/build \
--with-linux-obj=/usr/lib/modules/4.13.7-1-zen/build
make