summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesus Alvarez2017-07-30 17:51:46 -0700
committerJesus Alvarez2017-07-30 17:51:46 -0700
commit42d3677e52e068c549c058018fb4cc1af8c91973 (patch)
tree72e0812f9afcde5a08c87deb8e2f784b878d9185 /PKGBUILD
parent817422d274cda4b3c399d90f3674393fa21300bf (diff)
downloadaur-42d3677e52e068c549c058018fb4cc1af8c91973.tar.gz
Semi-automated update for 4.12.3_1-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5f8b514a3d1..c8e4d3a85710 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,15 +16,15 @@
#
pkgbase="spl-linux-git"
pkgname=("spl-linux-git" "spl-linux-git-headers")
-pkgver=0.7.0_r0_g1f2671b_4.12.3_1
-pkgrel=1
+pkgver=0.7.0_r1_geed143d_4.12.3_1
+pkgrel=2
makedepends=("linux-headers=4.12.3-1" "git")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/spl.git")
sha256sums=("SKIP")
license=("GPL")
-depends=("spl-utils-common-git" "kmod" "linux=4.12.3-1")
+depends=("spl-utils-common-git>=0.7.0_r1_geed143d" "kmod" "linux=4.12.3-1")
build() {
cd "${srcdir}/spl"
@@ -52,7 +52,7 @@ package_spl-linux-git() {
package_spl-linux-git-headers() {
pkgdesc="Solaris Porting Layer kernel headers."
- conflicts=('spl-linux-headers' 'spl-linux-lts-headers' 'spl-linux-lts-git-headers' 'spl-linux-hardened-headers' 'spl-linux-hardened-git-headers')
+ conflicts=('spl-archiso-linux-headers' 'spl-linux-hardened-headers' 'spl-linux-hardened-git-headers' 'spl-linux-lts-headers' 'spl-linux-lts-git-headers' 'spl-linux-headers' )
cd "${srcdir}/spl"
make DESTDIR="${pkgdir}" install
rm -r "${pkgdir}/lib"