summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2016-09-13 00:48:05 -0700
committerJesus Alvarez2016-09-13 00:48:05 -0700
commitcb6d59fb1ddec40f7621600084827105f8abfe6a (patch)
tree8746c38693818629a0c2591e53bb9467732525ec
parent55dfe683530610370e9ce633d07e9c1a2f965426 (diff)
downloadaur-cb6d59fb1ddec40f7621600084827105f8abfe6a.tar.gz
Semi-automated update for 4.7.2_1-7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e09fb310bb12..b2b4c32c801c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Sep 13 04:57:59 UTC 2016
+# Tue Sep 13 07:35:17 UTC 2016
pkgbase = spl-utils-linux-git
pkgdesc = Solaris Porting Layer kernel module support files.
pkgver = 0.7.0_rc1_r0_g4fd75d3_4.7.2_1
- pkgrel = 6
+ pkgrel = 7
url = http://zfsonlinux.org/
arch = x86_64
groups = archzfs-linux-git
@@ -11,6 +11,8 @@ pkgbase = spl-utils-linux-git
makedepends = linux-headers=4.7.2
makedepends = git
provides = spl-utils
+ conflicts = spl-utils-linux
+ conflicts = spl-utils-linux-lts
replaces = spl-utils-git
source = git+https://github.com/zfsonlinux/spl.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 27810de1e3a5..1d8e4d2f2b5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
#
pkgname="spl-utils-linux-git"
pkgver=0.7.0_rc1_r0_g4fd75d3_4.7.2_1
-pkgrel=6
+pkgrel=7
pkgdesc="Solaris Porting Layer kernel module support files."
arch=("x86_64")
url="http://zfsonlinux.org/"
@@ -26,6 +26,7 @@ groups=("archzfs-linux-git")
license=("GPL")
provides=("spl-utils")
makedepends=("linux-headers=4.7.2" "git")
+conflicts=('spl-utils-linux' 'spl-utils-linux-lts')
replaces=("spl-utils-git")
build() {