summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cd9952737f8..0a211167d136 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = zfs-linux-lts-git
- pkgver = 2018.04.04.r3402.533ea0415.4.14.32.1
+ pkgver = 2018.04.09.r3412.74df0c5e2.4.14.32.1
pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = zfs-linux-lts-git
makedepends = spl-linux-lts-git-headers
depends = kmod
depends = spl-linux-lts-git
- depends = zfs-utils-common-git=2018.04.04.r3402.533ea0415
+ depends = zfs-utils-common-git=2018.04.09.r3412.74df0c5e2
depends = linux-lts=4.14.32-1
- source = git+https://github.com/zfsonlinux/zfs.git#commit=533ea0415bd788530ff894bc0edbc3cea20fbe4c
+ source = git+https://github.com/zfsonlinux/zfs.git#commit=74df0c5e251a920a1966a011c16f960cd7ba562e
sha256sums = SKIP
pkgname = zfs-linux-lts-git
diff --git a/PKGBUILD b/PKGBUILD
index 90f32b445e6f..4c210abe313d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,22 +18,22 @@
pkgbase="zfs-linux-lts-git"
pkgname=("zfs-linux-lts-git" "zfs-linux-lts-git-headers")
-pkgver=2018.04.04.r3402.533ea0415.4.14.32.1
+pkgver=2018.04.09.r3412.74df0c5e2.4.14.32.1
pkgrel=1
makedepends=("linux-lts-headers=4.14.32-1" "libelf" "git" "spl-linux-lts-git-headers")
arch=("x86_64")
url="http://zfsonlinux.org/"
-source=("git+https://github.com/zfsonlinux/zfs.git#commit=533ea0415bd788530ff894bc0edbc3cea20fbe4c")
+source=("git+https://github.com/zfsonlinux/zfs.git#commit=74df0c5e251a920a1966a011c16f960cd7ba562e")
sha256sums=("SKIP")
license=("CDDL")
-depends=("kmod" "spl-linux-lts-git" "zfs-utils-common-git=2018.04.04.r3402.533ea0415" "linux-lts=4.14.32-1")
+depends=("kmod" "spl-linux-lts-git" "zfs-utils-common-git=2018.04.09.r3412.74df0c5e2" "linux-lts=4.14.32-1")
build() {
cd "${srcdir}/zfs"
./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.7 --with-config=kernel \
+ --libexecdir=/usr/lib/zfs-0.7.8 --with-config=kernel \
--with-linux=/usr/lib/modules/4.14.32-1-lts/build \
--with-linux-obj=/usr/lib/modules/4.14.32-1-lts/build
make