summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2018-01-04 11:07:27 -0800
committerJesus Alvarez2018-01-04 11:07:27 -0800
commit68b9e76e7962389fbdb821683ebbd95b6368ab9d (patch)
treefcadcb9918b624b946ae4c0e1984ff66271fa65d
parent5dff950d3975267951b23063a0957fd275c06964 (diff)
downloadaur-68b9e76e7962389fbdb821683ebbd95b6368ab9d.tar.gz
Semi-automated update for 4.14.11.a.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
-rw-r--r--spl.install2
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d590e024f5d3..dc87fb223289 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jan 1 22:21:02 UTC 2018
+# Thu Jan 4 17:48:38 UTC 2018
pkgbase = spl-linux-hardened
- pkgver = 0.7.5_4.14.10.a.1
+ pkgver = 0.7.5_4.14.11.a.1
pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
license = GPL
- makedepends = linux-hardened-headers=4.14.10.a-1
+ makedepends = linux-hardened-headers=4.14.11.a-1
makedepends = git
depends = spl-utils-common=0.7.5
depends = kmod
- depends = linux-hardened=4.14.10.a-1
+ depends = linux-hardened=4.14.11.a-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.5/spl-0.7.5.tar.gz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2cf814871db8..18835d420c4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,22 +18,22 @@
pkgbase="spl-linux-hardened"
pkgname=("spl-linux-hardened" "spl-linux-hardened-headers")
-pkgver=0.7.5_4.14.10.a.1
+pkgver=0.7.5_4.14.11.a.1
pkgrel=1
-makedepends=("linux-hardened-headers=4.14.10.a-1" "git")
+makedepends=("linux-hardened-headers=4.14.11.a-1" "git")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.5/spl-0.7.5.tar.gz")
sha256sums=("SKIP")
license=("GPL")
-depends=("spl-utils-common=0.7.5" "kmod" "linux-hardened=4.14.10.a-1")
+depends=("spl-utils-common=0.7.5" "kmod" "linux-hardened=4.14.11.a-1")
build() {
cd "${srcdir}/spl-0.7.5"
./autogen.sh
./configure --prefix=/usr --libdir=/usr/lib --sbindir=/usr/bin \
- --with-linux=/usr/lib/modules/4.14.10-1-hardened/build \
- --with-linux-obj=/usr/lib/modules/4.14.10-1-hardened/build \
+ --with-linux=/usr/lib/modules/4.14.11-1-hardened/build \
+ --with-linux-obj=/usr/lib/modules/4.14.11-1-hardened/build \
--with-config=kernel
make
}
@@ -58,5 +58,5 @@ package_spl-linux-hardened-headers() {
make DESTDIR="${pkgdir}" install
rm -r "${pkgdir}/lib"
# Remove reference to ${srcdir}
- sed -i "s+${srcdir}++" ${pkgdir}/usr/src/spl-*/4.14.10-1-hardened/Module.symvers
+ sed -i "s+${srcdir}++" ${pkgdir}/usr/src/spl-*/4.14.11-1-hardened/Module.symvers
}
diff --git a/spl.install b/spl.install
index 40f27298a6c1..395220e950b2 100644
--- a/spl.install
+++ b/spl.install
@@ -12,5 +12,5 @@ post_upgrade() {
run_depmod() {
echo ">>> Updating SPL module dependencies"
- depmod -a 4.14.10-1-hardened
+ depmod -a 4.14.11-1-hardened
}