summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2018-01-14 23:25:57 -0800
committerJesus Alvarez2018-01-14 23:25:57 -0800
commit440afc40aa69f58dfe90fa9243daf6febbad367e (patch)
treefed77102d236e59ce87a7f12482c1b45e8f90169
parent9262660eef83d5a25415fd2f456577dd282bc69a (diff)
downloadaur-440afc40aa69f58dfe90fa9243daf6febbad367e.tar.gz
Semi-automated update for 4.14.13.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 cba827aca040..fe93c0421a50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Jan 7 20:04:48 UTC 2018
+# Sun Jan 14 20:36:33 UTC 2018
pkgbase = spl-linux-git
- pkgver = 2017.12.21.r1060.c9821f1.4.14.12.1
+ pkgver = 2017.12.21.r1060.c9821f1.4.14.13.1
pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
license = GPL
- makedepends = linux-headers=4.14.12-1
+ makedepends = linux-headers=4.14.13-1
makedepends = git
depends = spl-utils-common-git=2017.12.21.r1060.c9821f1
depends = kmod
- depends = linux=4.14.12-1
+ depends = linux=4.14.13-1
source = git+https://github.com/zfsonlinux/spl.git#commit=c9821f1ccc647dfbd506f381b736c664d862d126
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 896477f5affe..89b092349972 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,22 +17,22 @@
pkgbase="spl-linux-git"
pkgname=("spl-linux-git" "spl-linux-git-headers")
-pkgver=2017.12.21.r1060.c9821f1.4.14.12.1
+pkgver=2017.12.21.r1060.c9821f1.4.14.13.1
pkgrel=1
-makedepends=("linux-headers=4.14.12-1" "git")
+makedepends=("linux-headers=4.14.13-1" "git")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/spl.git#commit=c9821f1ccc647dfbd506f381b736c664d862d126")
sha256sums=("SKIP")
license=("GPL")
-depends=("spl-utils-common-git=2017.12.21.r1060.c9821f1" "kmod" "linux=4.14.12-1")
+depends=("spl-utils-common-git=2017.12.21.r1060.c9821f1" "kmod" "linux=4.14.13-1")
build() {
cd "${srcdir}/spl"
./autogen.sh
./configure --prefix=/usr --libdir=/usr/lib --sbindir=/usr/bin \
- --with-linux=/usr/lib/modules/4.14.12-1-ARCH/build \
- --with-linux-obj=/usr/lib/modules/4.14.12-1-ARCH/build \
+ --with-linux=/usr/lib/modules/4.14.13-1-ARCH/build \
+ --with-linux-obj=/usr/lib/modules/4.14.13-1-ARCH/build \
--with-config=kernel
make
}
@@ -58,5 +58,5 @@ package_spl-linux-git-headers() {
make DESTDIR="${pkgdir}" install
rm -r "${pkgdir}/lib"
# Remove reference to ${srcdir}
- sed -i "s+${srcdir}++" ${pkgdir}/usr/src/spl-*/4.14.12-1-ARCH/Module.symvers
+ sed -i "s+${srcdir}++" ${pkgdir}/usr/src/spl-*/4.14.13-1-ARCH/Module.symvers
}
diff --git a/spl.install b/spl.install
index d10235af6eb5..4ba36e3bed65 100644
--- a/spl.install
+++ b/spl.install
@@ -12,5 +12,5 @@ post_upgrade() {
run_depmod() {
echo ">>> Updating SPL module dependencies"
- depmod -a 4.14.12-1-ARCH
+ depmod -a 4.14.13-1-ARCH
}