summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2017-10-06 11:19:19 -0700
committerJesus Alvarez2017-10-06 11:19:19 -0700
commit307603087d63a9b04e424af6e34a0d0f829058c2 (patch)
tree5cd525f8e3b3ca529912eb05cc146c7511ddabea
parentce5457f2b876bc506e9dcc3905a2519fac293cf0 (diff)
downloadaur-307603087d63a9b04e424af6e34a0d0f829058c2.tar.gz
Semi-automated update for 4.13.5.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 feb666737cbb..cfe0b5cb8ba1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Sep 30 19:00:01 UTC 2017
+# Fri Oct 6 17:48:10 UTC 2017
pkgbase = spl-linux-hardened
- pkgver = 0.7.2_4.13.4.a.1
+ pkgver = 0.7.2_4.13.5.a.1
pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
license = GPL
- makedepends = linux-hardened-headers=4.13.4.a-1
+ makedepends = linux-hardened-headers=4.13.5.a-1
depends = spl-utils-common>=0.7.2
depends = kmod
- depends = linux-hardened=4.13.4.a-1
+ depends = linux-hardened=4.13.5.a-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.2/spl-0.7.2.tar.gz
sha256sums = c22e410c661a29acfa16caee21b82f8bb166f5b6611ec56431cd9c172ab4729e
diff --git a/PKGBUILD b/PKGBUILD
index 6cd6401cdaff..71aa569e2472 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,22 +18,22 @@
pkgbase="spl-linux-hardened"
pkgname=("spl-linux-hardened" "spl-linux-hardened-headers")
-pkgver=0.7.2_4.13.4.a.1
+pkgver=0.7.2_4.13.5.a.1
pkgrel=1
-makedepends=("linux-hardened-headers=4.13.4.a-1")
+makedepends=("linux-hardened-headers=4.13.5.a-1")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.2/spl-0.7.2.tar.gz")
sha256sums=("c22e410c661a29acfa16caee21b82f8bb166f5b6611ec56431cd9c172ab4729e")
license=("GPL")
-depends=("spl-utils-common>=0.7.2" "kmod" "linux-hardened=4.13.4.a-1")
+depends=("spl-utils-common>=0.7.2" "kmod" "linux-hardened=4.13.5.a-1")
build() {
cd "${srcdir}/spl-0.7.2"
./autogen.sh
./configure --prefix=/usr --libdir=/usr/lib --sbindir=/usr/bin \
- --with-linux=/usr/lib/modules/4.13.4-1-hardened/build \
- --with-linux-obj=/usr/lib/modules/4.13.4-1-hardened/build \
+ --with-linux=/usr/lib/modules/4.13.5-1-hardened/build \
+ --with-linux-obj=/usr/lib/modules/4.13.5-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.4-1-hardened/Module.symvers
+ sed -i "s+${srcdir}++" ${pkgdir}/usr/src/spl-*/4.13.5-1-hardened/Module.symvers
}
diff --git a/spl.install b/spl.install
index 6831e66a2d4f..bbd5d92c2e4c 100644
--- a/spl.install
+++ b/spl.install
@@ -12,5 +12,5 @@ post_upgrade() {
run_depmod() {
echo ">>> Updating SPL module dependencies"
- depmod -a 4.13.4-1-hardened
+ depmod -a 4.13.5-1-hardened
}