summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2017-11-17 00:30:41 -0800
committerJesus Alvarez2017-11-17 00:30:41 -0800
commit76429f8dc3ca759b9f1b96f1cf557c501e0e6308 (patch)
treec855618f56fc20ba63972b9b9538c8fcfb10c100
parent55d27ebf5266b54010d7c07570b9ef7413c09015 (diff)
downloadaur-76429f8dc3ca759b9f1b96f1cf557c501e0e6308.tar.gz
Semi-automated update for 4.13.13.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 a6f89e21a93b..b81240db0215 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Nov 8 16:25:04 UTC 2017
+# Fri Nov 17 08:12:02 UTC 2017
pkgbase = spl-linux-hardened
- pkgver = 0.7.3_4.13.12.a.1
+ pkgver = 0.7.3_4.13.13.a.1
pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
license = GPL
- makedepends = linux-hardened-headers=4.13.12.a-1
+ makedepends = linux-hardened-headers=4.13.13.a-1
depends = spl-utils-common>=0.7.3
depends = kmod
- depends = linux-hardened=4.13.12.a-1
+ depends = linux-hardened=4.13.13.a-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.3/spl-0.7.3.tar.gz
sha256sums = cd8b8624163577bdec1d1d214c942c5771f183432a04d35c00fc6e7f12fa836b
diff --git a/PKGBUILD b/PKGBUILD
index 37125e7a74c9..860d7552eebe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,22 +18,22 @@
pkgbase="spl-linux-hardened"
pkgname=("spl-linux-hardened" "spl-linux-hardened-headers")
-pkgver=0.7.3_4.13.12.a.1
+pkgver=0.7.3_4.13.13.a.1
pkgrel=1
-makedepends=("linux-hardened-headers=4.13.12.a-1")
+makedepends=("linux-hardened-headers=4.13.13.a-1")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.3/spl-0.7.3.tar.gz")
sha256sums=("cd8b8624163577bdec1d1d214c942c5771f183432a04d35c00fc6e7f12fa836b")
license=("GPL")
-depends=("spl-utils-common>=0.7.3" "kmod" "linux-hardened=4.13.12.a-1")
+depends=("spl-utils-common>=0.7.3" "kmod" "linux-hardened=4.13.13.a-1")
build() {
cd "${srcdir}/spl-0.7.3"
./autogen.sh
./configure --prefix=/usr --libdir=/usr/lib --sbindir=/usr/bin \
- --with-linux=/usr/lib/modules/4.13.12-1-hardened/build \
- --with-linux-obj=/usr/lib/modules/4.13.12-1-hardened/build \
+ --with-linux=/usr/lib/modules/4.13.13-1-hardened/build \
+ --with-linux-obj=/usr/lib/modules/4.13.13-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.13.12-1-hardened/Module.symvers
+ sed -i "s+${srcdir}++" ${pkgdir}/usr/src/spl-*/4.13.13-1-hardened/Module.symvers
}
diff --git a/spl.install b/spl.install
index 316336c936e0..a4da22017c25 100644
--- a/spl.install
+++ b/spl.install
@@ -12,5 +12,5 @@ post_upgrade() {
run_depmod() {
echo ">>> Updating SPL module dependencies"
- depmod -a 4.13.12-1-hardened
+ depmod -a 4.13.13-1-hardened
}