summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2018-01-18 16:26:48 -0800
committerJesus Alvarez2018-01-18 16:26:48 -0800
commit1e73f5b2d318f61442a7de3707ae0156d33b0ab6 (patch)
tree94ca5d0a31eb59be0524f9b1b7508245be3ad134
parent0995198a35c2a658d0dde08ba8a93a99cfb8b6d6 (diff)
downloadaur-1e73f5b2d318f61442a7de3707ae0156d33b0ab6.tar.gz
Semi-automated update for 4.14.14.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 7c20f348f027..d73d0ddaedb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Jan 14 20:12:45 UTC 2018
+# Thu Jan 18 23:54:22 UTC 2018
pkgbase = spl-linux-hardened
- pkgver = 0.7.5_4.14.13.a.1
+ pkgver = 0.7.5_4.14.14.a.1
pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
license = GPL
- makedepends = linux-hardened-headers=4.14.13.a-1
+ makedepends = linux-hardened-headers=4.14.14.a-1
makedepends = git
depends = spl-utils-common=0.7.5
depends = kmod
- depends = linux-hardened=4.14.13.a-1
+ depends = linux-hardened=4.14.14.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 0334d43b47b2..8828325263d8 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.13.a.1
+pkgver=0.7.5_4.14.14.a.1
pkgrel=1
-makedepends=("linux-hardened-headers=4.14.13.a-1" "git")
+makedepends=("linux-hardened-headers=4.14.14.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.13.a-1")
+depends=("spl-utils-common=0.7.5" "kmod" "linux-hardened=4.14.14.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.13-1-hardened/build \
- --with-linux-obj=/usr/lib/modules/4.14.13-1-hardened/build \
+ --with-linux=/usr/lib/modules/4.14.14-1-hardened/build \
+ --with-linux-obj=/usr/lib/modules/4.14.14-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.13-1-hardened/Module.symvers
+ sed -i "s+${srcdir}++" ${pkgdir}/usr/src/spl-*/4.14.14-1-hardened/Module.symvers
}
diff --git a/spl.install b/spl.install
index 3ab4acf83717..258563bddcc5 100644
--- a/spl.install
+++ b/spl.install
@@ -12,5 +12,5 @@ post_upgrade() {
run_depmod() {
echo ">>> Updating SPL module dependencies"
- depmod -a 4.14.13-1-hardened
+ depmod -a 4.14.14-1-hardened
}