summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1e215b60c9d..71195781c8e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sat May 7 03:29:16 UTC 2016
+# Mon May 9 04:51:32 UTC 2016
pkgbase = spl-utils-linux-lts
pkgdesc = Solaris Porting Layer kernel module support files.
pkgver = 0.6.5.6_4.4.9_1
- pkgrel = 1
+ pkgrel = 2
url = http://zfsonlinux.org/
arch = x86_64
groups = archzfs-linux-lts
license = GPL
+ makedepends = linux-lts-headers=4.4.9
provides = spl-utils
source = http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.5.6.tar.gz
source = spl-utils.hostid
diff --git a/PKGBUILD b/PKGBUILD
index 3e6099a6a901..ee38b5c1d5d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@
#
pkgname="spl-utils-linux-lts"
pkgver=0.6.5.6_4.4.9_1
-pkgrel=1
+pkgrel=2
pkgdesc="Solaris Porting Layer kernel module support files."
arch=("x86_64")
url="http://zfsonlinux.org/"
@@ -28,6 +28,7 @@ sha256sums=("167595fe76eb5497c3a1ffe396b6300155d0cbe46d06824a710099ca1ae1b8bd"
groups=("archzfs-linux-lts")
license=("GPL")
provides=("spl-utils")
+makedepends=("linux-lts-headers=4.4.9")
build() {
cd "${srcdir}/spl-0.6.5.6"