summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2018-04-10 00:40:07 -0700
committerJesus Alvarez2018-04-10 00:40:07 -0700
commit2e6eb473daf32ecf6461af4302d5b045098d0829 (patch)
tree8d281d74bba049c7091a2fa25beff48bf8451519
parentdd9e61e5a2ef04865a10702052b294153d618f30 (diff)
downloadaur-2e6eb473daf32ecf6461af4302d5b045098d0829.tar.gz
Semi-automated update for 4.15.15.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d99157f26d4e..d4b94801328c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = zfs-linux-git
- pkgver = 2018.04.04.r3402.533ea0415.4.15.15.1
+ pkgver = 2018.04.09.r3412.74df0c5e2.4.15.15.1
pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = zfs-linux-git
makedepends = spl-linux-git-headers
depends = kmod
depends = spl-linux-git
- depends = zfs-utils-common-git=2018.04.04.r3402.533ea0415
+ depends = zfs-utils-common-git=2018.04.09.r3412.74df0c5e2
depends = linux=4.15.15-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-git
diff --git a/PKGBUILD b/PKGBUILD
index e70038e6f5b0..933d4d53f131 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,22 +17,22 @@
pkgbase="zfs-linux-git"
pkgname=("zfs-linux-git" "zfs-linux-git-headers")
-pkgver=2018.04.04.r3402.533ea0415.4.15.15.1
+pkgver=2018.04.09.r3412.74df0c5e2.4.15.15.1
pkgrel=1
makedepends=("linux-headers=4.15.15-1" "git" "spl-linux-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-git" "zfs-utils-common-git=2018.04.04.r3402.533ea0415" "linux=4.15.15-1")
+depends=("kmod" "spl-linux-git" "zfs-utils-common-git=2018.04.09.r3412.74df0c5e2" "linux=4.15.15-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.15.15-1-ARCH/build \
--with-linux-obj=/usr/lib/modules/4.15.15-1-ARCH/build
make