summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Ramsden2019-07-20 23:21:13 -0700
committerJohn Ramsden2019-07-20 23:21:13 -0700
commit4ad1f782130ef966ae36da18d57568c8390d29fa (patch)
tree589487f39a46e7bdfdde59a0ba2b468f1d424d7d /PKGBUILD
parentff57df6177e532254038667ab9a047f1b91d10db (diff)
downloadaur-4ad1f782130ef966ae36da18d57568c8390d29fa.tar.gz
Version 0.1.7 bugfix update
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f032a3eb93dc..5ea77f0a3a1b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Ramsden <johnramsden [at] riseup [dot] net>
pkgname=zedenv-grub
-pkgver=0.1.6
+pkgver=0.1.7
_version_suffix="alpha"
pkgrel=1
pkgdesc="zedenv plugin for GRUB (ALPHA)"
@@ -11,7 +11,7 @@ license=('BSD' 'custom:BSD 3 clause')
depends=('zfs' 'python' 'python-setuptools' 'python-click' 'python-pyzfscmds')
makedepends=('git' 'python-pip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/johnramsden/${pkgname}/archive/v${pkgver}-${_version_suffix}.tar.gz")
-md5sums=('38ecf3d650c176a3d957151f68ec0536')
+md5sums=('371feecd1f0880a5d7aeb46f6866c265')
conflicts=('zedenv-grub-git')
build() {