Skip to content

Commit

Permalink
Update PKGBUILD for v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
johnramsden committed Jan 6, 2019
1 parent 4413748 commit 902f0b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: John Ramsden <johnramsden [at] riseup [dot] net>

pkgname=zedenv
pkgver=0.3.5
pkgver=0.3.6
_version_suffix="beta"
pkgrel=1
pkgdesc="Utility to manage ZFS Boot Environments"
Expand All @@ -11,7 +11,7 @@ license=('BSD' 'custom:BSD 3 clause')
depends=('zfs' 'python' 'python-setuptools' 'python-click' 'python-pyzfscmds>=0.1.4')
makedepends=('git' 'python-pip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/johnramsden/${pkgname}/archive/v${pkgver}-${_version_suffix}.tar.gz")
md5sums=('2d8a8fb003543de9f69a634d96ef0c7c')
md5sums=('9c85bd3f27a3115105b59ddd2f3359ce')
conflicts=('zedenv-git')
optdepends=('zedenv-grub: zedenv plugin for GRUB')

Expand Down

0 comments on commit 902f0b4

Please sign in to comment.