summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2018-03-06 21:42:04 -0800
committerJesus Alvarez2018-03-06 21:42:04 -0800
commit748db91e9b611394fe35dc232f5608eea680fa24 (patch)
treee945da88d70e82d279959bcca244b550693ac989
parent5e9af04f5962fbc0bcb6992d6ff62131ef088e13 (diff)
downloadaur-748db91e9b611394fe35dc232f5608eea680fa24.tar.gz
Semi-automated update for 4.15.7.a.1-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa80e24c1623..3b5d49fa4b15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spl-linux-hardened
pkgver = 0.7.6_4.15.7.a.1
- pkgrel = 1
+ pkgrel = 2
url = http://zfsonlinux.org/
arch = x86_64
license = GPL
@@ -28,6 +28,8 @@ pkgname = spl-linux-hardened-headers
conflicts = spl-linux-lts-git-headers
conflicts = spl-linux-headers
conflicts = spl-linux-git-headers
+ conflicts = spl-linux-threadripper-headers
+ conflicts = spl-linux-threadripper-git-headers
conflicts = spl-linux-vfio-headers
conflicts = spl-linux-vfio-git-headers
conflicts = spl-linux-zen-headers
diff --git a/PKGBUILD b/PKGBUILD
index cb23ff8a2b8f..b4aa8a69d787 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgbase="spl-linux-hardened"
pkgname=("spl-linux-hardened" "spl-linux-hardened-headers")
pkgver=0.7.6_4.15.7.a.1
-pkgrel=1
+pkgrel=2
makedepends=("linux-hardened-headers=4.15.7.a-1" "git")
arch=("x86_64")
url="http://zfsonlinux.org/"
@@ -53,7 +53,7 @@ package_spl-linux-hardened() {
package_spl-linux-hardened-headers() {
pkgdesc="Solaris Porting Layer kernel headers."
- conflicts=('spl-archiso-linux-headers' 'spl-archiso-linux-git-headers' 'spl-linux-hardened-git-headers' 'spl-linux-lts-headers' 'spl-linux-lts-git-headers' 'spl-linux-headers' 'spl-linux-git-headers' 'spl-linux-vfio-headers' 'spl-linux-vfio-git-headers' 'spl-linux-zen-headers' 'spl-linux-zen-git-headers' )
+ conflicts=('spl-archiso-linux-headers' 'spl-archiso-linux-git-headers' 'spl-linux-hardened-git-headers' 'spl-linux-lts-headers' 'spl-linux-lts-git-headers' 'spl-linux-headers' 'spl-linux-git-headers' 'spl-linux-threadripper-headers' 'spl-linux-threadripper-git-headers' 'spl-linux-vfio-headers' 'spl-linux-vfio-git-headers' 'spl-linux-zen-headers' 'spl-linux-zen-git-headers' )
cd "${srcdir}/spl-0.7.6"
make DESTDIR="${pkgdir}" install
rm -r "${pkgdir}/lib"