summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2018-03-06 21:43:09 -0800
committerJesus Alvarez2018-03-06 21:43:09 -0800
commit364cdb83f77499705ba722ea092a662562be6d61 (patch)
tree4aea6946980e6fe5e0cbf89e8ec3759ea89f3a41
parentbb4c15f677ce36c4ed282e09691a3f0f9bb8e911 (diff)
downloadaur-364cdb83f77499705ba722ea092a662562be6d61.tar.gz
Semi-automated update for 4.14.23.1-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09aa1f220373..1bdbbda5f45b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spl-linux-lts-git
pkgver = 2018.02.24.r1068.3673d03.4.14.23.1
- pkgrel = 1
+ pkgrel = 2
url = http://zfsonlinux.org/
arch = x86_64
license = GPL
@@ -29,6 +29,8 @@ pkgname = spl-linux-lts-git-headers
conflicts = spl-linux-lts-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 0d4f1fee86f4..31302e4bb2f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgbase="spl-linux-lts-git"
pkgname=("spl-linux-lts-git" "spl-linux-lts-git-headers")
pkgver=2018.02.24.r1068.3673d03.4.14.23.1
-pkgrel=1
+pkgrel=2
makedepends=("linux-lts-headers=4.14.23-1" "libelf" "git")
arch=("x86_64")
url="http://zfsonlinux.org/"
@@ -53,7 +53,7 @@ package_spl-linux-lts-git() {
package_spl-linux-lts-git-headers() {
pkgdesc="Solaris Porting Layer kernel headers."
- conflicts=('spl-archiso-linux-headers' 'spl-archiso-linux-git-headers' 'spl-linux-hardened-headers' 'spl-linux-hardened-git-headers' 'spl-linux-lts-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-headers' 'spl-linux-hardened-git-headers' 'spl-linux-lts-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"
make DESTDIR="${pkgdir}" install
rm -r "${pkgdir}/lib"