summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesus Alvarez2017-07-30 17:51:37 -0700
committerJesus Alvarez2017-07-30 17:51:37 -0700
commit494d90b5a2aee06b88e8f33bdbe0e3d3d50acc5d (patch)
tree025ab7385ef988770ed82a9c0125ecb350cdc96e /PKGBUILD
parent03613e36be8b3a09da90f3fde2d591568510b022 (diff)
downloadaur-494d90b5a2aee06b88e8f33bdbe0e3d3d50acc5d.tar.gz
Semi-automated update for 4.12.3_1-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08edf694fe8d..518f61f27a19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,14 +17,14 @@
pkgbase="zfs-linux"
pkgname=("zfs-linux" "zfs-linux-headers")
pkgver=0.7.0_4.12.3_1
-pkgrel=1
+pkgrel=2
makedepends=("linux-headers=4.12.3-1" "spl-linux-headers")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.0/zfs-0.7.0.tar.gz")
sha256sums=("6907524f5ca4149b799fe65cd31b552b0ae90dba5dc20524e1a24fc708d807d2")
license=("CDDL")
-depends=("kmod" "spl-linux" "zfs-utils-common" "linux=4.12.3-1")
+depends=("kmod" "spl-linux" "zfs-utils-common>=0.7.0" "linux=4.12.3-1")
build() {
cd "${srcdir}/zfs-0.7.0"
@@ -54,7 +54,7 @@ package_zfs-linux() {
package_zfs-linux-headers() {
pkgdesc="Kernel headers for the Zettabyte File System."
- conflicts=('zfs-linux-git-headers' 'zfs-linux-lts-headers' 'zfs-linux-lts-git-headers' 'zfs-linux-hardened-headers' 'zfs-linux-hardened-git-headers')
+ conflicts=('zfs-archiso-linux-headers' 'zfs-linux-hardened-headers' 'zfs-linux-hardened-git-headers' 'zfs-linux-lts-headers' 'zfs-linux-lts-git-headers' 'zfs-linux-git-headers' )
cd "${srcdir}/zfs-0.7.0"
make DESTDIR="${pkgdir}" install
rm -r "${pkgdir}/lib"