summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff431ed6ec93..c540fa50c0bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Apr 25 18:23:48 UTC 2016
+# Mon May 9 04:37:37 UTC 2016
pkgbase = zfs-utils-linux
pkgdesc = Kernel module support files for the Zettabyte File System.
- pkgver = 0.6.5.6_4.5.1_1
- pkgrel = 5
+ pkgver = 0.6.5.6_4.5.2_1
+ pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
groups = archzfs-linux
license = CDDL
+ makedepends = linux-headers=4.5.2
depends = spl-linux
- depends = linux>=4.5.1
- depends = linux<4.6
- depends = linux-headers>=4.5.1
- depends = linux-headers<4.6
+ depends = linux=4.5.2
+ provides = zfs-utils
replaces = zfs-utils-git
source = http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.5.6.tar.gz
source = zfs-utils.bash-completion-r1
diff --git a/PKGBUILD b/PKGBUILD
index 9e9bf5427fbd..7e9e04972757 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,12 +15,11 @@
# archzfs github page.
#
pkgname="zfs-utils-linux"
-pkgver=0.6.5.6_4.5.1_1
-pkgrel=5
+pkgver=0.6.5.6_4.5.2_1
+pkgrel=1
pkgdesc="Kernel module support files for the Zettabyte File System."
-depends=("spl-linux"
- "linux>=4.5.1" "linux<4.6"
- "linux-headers>=4.5.1" "linux-headers<4.6")
+depends=("spl-linux" "linux=4.5.2")
+makedepends=("linux-headers=4.5.2")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.5.6.tar.gz"
@@ -33,6 +32,7 @@ sha256sums=("c349d46d86b4f61cd53a0891acad916cfc3f0d6754127db7f60a0bd98185aeff"
"67a96169d36853d8f18ee5a2443ecfcd2461a20f9109f4b281bee3945d83518a")
license=("CDDL")
groups=("archzfs-linux")
+provides=("zfs-utils")
replaces=("zfs-utils-git")
build() {