summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Ramsden2018-12-01 15:37:49 -0800
committerJohn Ramsden2018-12-01 15:37:49 -0800
commit2d6b6d0406eb79a23659572c3b1a942e9a7a7034 (patch)
tree4624d8f12d1e93d2ec437db4408232cf54ebf176 /PKGBUILD
parent2c548921c4bfbfe3f0079d722be3621aa8154606 (diff)
downloadaur-2d6b6d0406eb79a23659572c3b1a942e9a7a7034.tar.gz
Version 0.1.4 update
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b42a0099ce5..72ecf92c804c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pyzfscmds
pkgname="python-${_pkgname}"
-pkgver=0.1.3
+pkgver=0.1.4
_version_suffix="beta"
pkgrel=1
pkgdesc="ZFS CLI wrapper library"
@@ -12,7 +12,7 @@ license=('BSD' 'custom:BSD 3 clause')
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=('21ab3507144f375cead655d085dc72ab')
+md5sums=('fb93df37ddd2ab3f313ca75608ab209e')
conflicts=('python-pyzfscmds-git')
build() {