summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a2ef21eee2d..99408e5d75e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Apr 25 18:28:03 UTC 2016
+# Mon May 9 04:41:42 UTC 2016
pkgbase = spl-utils-linux-git
pkgdesc = Solaris Porting Layer kernel module support files.
- pkgver = 0.6.5_r49_g224817e_4.5.1_1
- pkgrel = 5
+ pkgver = 0.6.5_r53_g5e39e4f_4.5.2_1
+ pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
groups = archzfs-linux-git
license = GPL
+ makedepends = linux-headers=4.5.2
makedepends = git
+ provides = spl-utils
replaces = spl-utils-git
source = git+https://github.com/zfsonlinux/spl.git
source = spl-utils.hostid
diff --git a/PKGBUILD b/PKGBUILD
index 03a99471621c..998d2f839fba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@
# archzfs github page.
#
pkgname="spl-utils-linux-git"
-pkgver=0.6.5_r49_g224817e_4.5.1_1
-pkgrel=5
+pkgver=0.6.5_r53_g5e39e4f_4.5.2_1
+pkgrel=1
pkgdesc="Solaris Porting Layer kernel module support files."
arch=("x86_64")
url="http://zfsonlinux.org/"
@@ -26,7 +26,8 @@ sha256sums=("SKIP"
"ad95131bc0b799c0b1af477fb14fcf26a6a9f76079e48bf090acb7e8367bfd0e")
groups=("archzfs-linux-git")
license=("GPL")
-makedepends=("git")
+provides=("spl-utils")
+makedepends=("linux-headers=4.5.2" "git")
replaces=("spl-utils-git")
build() {