Skip to content

Commit

Permalink
Update PKGBUILD for v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johnramsden committed Dec 3, 2018
1 parent b6240c3 commit 5516421
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Maintainer: John Ramsden <johnramsden [at] riseup [dot] net>

pkgname=zedenv
pkgver=0.3.3
pkgver=0.3.4
_version_suffix="beta"
pkgrel=2
pkgrel=1
pkgdesc="Utility to manage ZFS Boot Environments"
arch=('any')
url="http://github.com/johnramsden/zedenv"
license=('BSD' 'custom:BSD 3 clause')
depends=('zfs' 'python' 'python-setuptools' 'python-click' 'python-pyzfscmds')
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=('e0ec86f70ee2fa005dd82fce0b2f3ec3')
md5sums=('0e9742ad16ad6ade288e105f3f8a652c')
conflicts=('zedenv-git')
optdepends=('zedenv-grub: zedenv plugin for GRUB')

Expand Down
4 changes: 2 additions & 2 deletions packaging/arch/PKGBUILD-git
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

pkgname=zedenv-git
pkgver=r148.d7d00f2
pkgrel=2
pkgrel=3
pkgdesc="Utility to manage ZFS Boot Environments"
arch=('any')
url="http://github.com/johnramsden/zedenv"
license=('BSD' 'custom:BSD 3 clause')
depends=('zfs' 'python' 'python-setuptools' 'python-click' 'python-pyzfscmds')
depends=('zfs' 'python' 'python-setuptools' 'python-click' 'python-pyzfscmds>=0.1.4')
makedepends=('git' 'python-pip')
source=('zedenv::git+https://github.com/johnramsden/zedenv#branch=master')
md5sums=('SKIP')
Expand Down

0 comments on commit 5516421

Please sign in to comment.