summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2017-09-26 13:19:59 -0700
committerJesus Alvarez2017-09-26 13:19:59 -0700
commiteaed28de4b071b3f78518b39362734af3b9f5bfe (patch)
treee90c7030a8ea417be5bde98ae4a1ef97ed984e20
parent6378906b8a7e6c0ed207d1345f9a2cba84e6ce2f (diff)
downloadaur-eaed28de4b071b3f78518b39362734af3b9f5bfe.tar.gz
Semi-automated update for 4.13.3.a.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 436f0c140ec4..8da6c191dd76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Sep 21 20:28:10 UTC 2017
+# Tue Sep 26 17:59:12 UTC 2017
pkgbase = spl-linux-hardened
- pkgver = 0.7.1_4.13.3.a.1
+ pkgver = 0.7.2_4.13.3.a.1
pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
license = GPL
makedepends = linux-hardened-headers=4.13.3.a-1
- depends = spl-utils-common>=0.7.1
+ depends = spl-utils-common>=0.7.2
depends = kmod
depends = linux-hardened=4.13.3.a-1
- source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.1/spl-0.7.1.tar.gz
- sha256sums = e6a83dc50bc83a5ce6f20238da16fb941ab6090c419be8af8fc9223210f637fd
+ source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.2/spl-0.7.2.tar.gz
+ sha256sums = c22e410c661a29acfa16caee21b82f8bb166f5b6611ec56431cd9c172ab4729e
pkgname = spl-linux-hardened
pkgdesc = Solaris Porting Layer kernel modules.
diff --git a/PKGBUILD b/PKGBUILD
index 4d671f923b5b..c7f4af50a72b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,18 +18,18 @@
pkgbase="spl-linux-hardened"
pkgname=("spl-linux-hardened" "spl-linux-hardened-headers")
-pkgver=0.7.1_4.13.3.a.1
+pkgver=0.7.2_4.13.3.a.1
pkgrel=1
makedepends=("linux-hardened-headers=4.13.3.a-1")
arch=("x86_64")
url="http://zfsonlinux.org/"
-source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.1/spl-0.7.1.tar.gz")
-sha256sums=("e6a83dc50bc83a5ce6f20238da16fb941ab6090c419be8af8fc9223210f637fd")
+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.1" "kmod" "linux-hardened=4.13.3.a-1")
+depends=("spl-utils-common>=0.7.2" "kmod" "linux-hardened=4.13.3.a-1")
build() {
- cd "${srcdir}/spl-0.7.1"
+ cd "${srcdir}/spl-0.7.2"
./autogen.sh
./configure --prefix=/usr --libdir=/usr/lib --sbindir=/usr/bin \
--with-linux=/usr/lib/modules/4.13.3-1-hardened/build \
@@ -44,7 +44,7 @@ package_spl-linux-hardened() {
provides=("spl")
groups=("archzfs-linux-hardened")
conflicts=('spl-linux-hardened-git')
- cd "${srcdir}/spl-0.7.1"
+ cd "${srcdir}/spl-0.7.2"
make DESTDIR="${pkgdir}" install
mv "${pkgdir}/lib" "${pkgdir}/usr/"
# Remove src dir
@@ -54,7 +54,7 @@ package_spl-linux-hardened() {
package_spl-linux-hardened-headers() {
pkgdesc="Solaris Porting Layer kernel headers."
conflicts=('spl-archiso-linux-headers' 'spl-linux-hardened-git-headers' 'spl-linux-lts-headers' 'spl-linux-lts-git-headers' 'spl-linux-headers' 'spl-linux-git-headers' 'spl-linux-zen-headers' 'spl-linux-zen-git-headers' )
- cd "${srcdir}/spl-0.7.1"
+ cd "${srcdir}/spl-0.7.2"
make DESTDIR="${pkgdir}" install
rm -r "${pkgdir}/lib"
# Remove reference to ${srcdir}