summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIacopo Isimbaldi2015-12-29 15:18:41 +0100
committerIacopo Isimbaldi2015-12-29 15:19:27 +0100
commitf26f00b8f850e946697a7216407623461653ca89 (patch)
tree76a9902a953294127f0f3f2b012019860ea31df9 /PKGBUILD
parentfa739bc7730253a0dca26ddb377e07173a327fd7 (diff)
downloadaur-f26f00b8f850e946697a7216407623461653ca89.tar.gz
Yaourt Fix
Small trick to help yaourt builds
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4a5d5e50b5c..967348a9d158 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@ pkgbase="zfs-dkms-git"
pkgname=("zfs-dkms-git" "zfs-utils-dkms-git")
pkgver=0.6.5.3_r0_g9aaf60b
pkgrel=5
+_splver=0.6.5.3_r0_g7e85f6b
license=('CDDL')
-makedepends=("git" "tar")
+makedepends=("git" "tar" "spl-dkms-git=${_splver}")
arch=("i686" "x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/zfs.git#tag=zfs-0.6.5.3"
@@ -20,8 +21,6 @@ md5sums=('SKIP'
'9ef4841abb85dee611828cc7e6f5c6fe'
'62ba32c6853c315ff231c396cf8bfdbb')
-_splver=0.6.5.3_r0_g7e85f6b
-
pkgver() {
cd "${srcdir}/zfs"
git describe --match "zfs-*" --long --tags | sed -e 's|zfs-||' -e 's|-\([0-9]*-g\)|-r\1|' -e 's|[-: ]|_|g'