summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e11fb3efe64..7f71184d0d08 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _pkgname=pyzfscmds
pkgname="python-${_pkgname}"
pkgver=0.1.2
_version_suffix="alpha"
-pkgrel=1
+pkgrel=2
pkgdesc="ZFS CLI Function Wrapper"
arch=('any')
url="http://github.com/johnramsden/pyzfscmds"
license=('BSD' 'custom:BSD 3 clause')
-depends=('zfs-linux' 'python' 'python-setuptools')
+depends=('zfs' 'python' 'python-setuptools')
makedepends=('git' 'python-pip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/johnramsden/${_pkgname}/archive/v${pkgver}-${_version_suffix}.tar.gz")
md5sums=('8b19b3a7488458d6c3c32c9a4e3d872f')