summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2017-12-21 18:57:34 -0800
committerJesus Alvarez2017-12-21 18:57:34 -0800
commit3a86523e223a0e02e55b0821114b8855c2ecec0f (patch)
treea99a7a92b21ba70359d02d3b706666865d262b36
parent4113d5a3aa03e5617e93793b0424ce6a2265959a (diff)
downloadaur-3a86523e223a0e02e55b0821114b8855c2ecec0f.tar.gz
Semi-automated update for 4.14.7.1-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
-rw-r--r--spl.install2
3 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c56a0928191d..e0d0f836c5d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Dec 18 22:41:19 UTC 2017
+# Fri Dec 22 01:20:17 UTC 2017
pkgbase = spl-linux-git
- pkgver = 2017.11.15.r1059.ed19bcc.4.14.6.1
- pkgrel = 2
+ pkgver = 2017.12.21.r1060.c9821f1.4.14.7.1
+ pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
license = GPL
- makedepends = linux-headers=4.14.6-1
+ makedepends = linux-headers=4.14.7-1
makedepends = git
- depends = spl-utils-common-git=2017.11.15.r1059.ed19bcc
+ depends = spl-utils-common-git=2017.12.21.r1060.c9821f1
depends = kmod
- depends = linux=4.14.6-1
- source = git+https://github.com/zfsonlinux/spl.git#commit=ed19bccfb651843fa208232b3a2d3d22a4152bc8
+ depends = linux=4.14.7-1
+ source = git+https://github.com/zfsonlinux/spl.git#commit=c9821f1ccc647dfbd506f381b736c664d862d126
sha256sums = SKIP
pkgname = spl-linux-git
diff --git a/PKGBUILD b/PKGBUILD
index 0e4537bc6c9f..1b18c0c19ca2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,22 +17,22 @@
pkgbase="spl-linux-git"
pkgname=("spl-linux-git" "spl-linux-git-headers")
-pkgver=2017.11.15.r1059.ed19bcc.4.14.6.1
-pkgrel=2
-makedepends=("linux-headers=4.14.6-1" "git")
+pkgver=2017.12.21.r1060.c9821f1.4.14.7.1
+pkgrel=1
+makedepends=("linux-headers=4.14.7-1" "git")
arch=("x86_64")
url="http://zfsonlinux.org/"
-source=("git+https://github.com/zfsonlinux/spl.git#commit=ed19bccfb651843fa208232b3a2d3d22a4152bc8")
+source=("git+https://github.com/zfsonlinux/spl.git#commit=c9821f1ccc647dfbd506f381b736c664d862d126")
sha256sums=("SKIP")
license=("GPL")
-depends=("spl-utils-common-git=2017.11.15.r1059.ed19bcc" "kmod" "linux=4.14.6-1")
+depends=("spl-utils-common-git=2017.12.21.r1060.c9821f1" "kmod" "linux=4.14.7-1")
build() {
cd "${srcdir}/spl"
./autogen.sh
./configure --prefix=/usr --libdir=/usr/lib --sbindir=/usr/bin \
- --with-linux=/usr/lib/modules/4.14.6-1-ARCH/build \
- --with-linux-obj=/usr/lib/modules/4.14.6-1-ARCH/build \
+ --with-linux=/usr/lib/modules/4.14.7-1-ARCH/build \
+ --with-linux-obj=/usr/lib/modules/4.14.7-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.6-1-ARCH/Module.symvers
+ sed -i "s+${srcdir}++" ${pkgdir}/usr/src/spl-*/4.14.7-1-ARCH/Module.symvers
}
diff --git a/spl.install b/spl.install
index 13cda60de294..e91899fab1be 100644
--- a/spl.install
+++ b/spl.install
@@ -12,5 +12,5 @@ post_upgrade() {
run_depmod() {
echo ">>> Updating SPL module dependencies"
- depmod -a 4.14.6-1-ARCH
+ depmod -a 4.14.7-1-ARCH
}