Skip to content

Commit

Permalink
Provide 'zedenv' in PKGBUILD-git
Browse files Browse the repository at this point in the history
  • Loading branch information
johnramsden committed Oct 13, 2018
1 parent 8af5752 commit ed2aa99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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.1.1
_version_suffix="alpha"
pkgver=0.3.1
_version_suffix="beta"
pkgrel=1
pkgdesc="Utility to manage Boot Environments using ZFS"
arch=('any')
url="http://github.com/johnramsden/zedenv"
license=('BSD' 'custom:BSD 3 clause')
depends=('zfs-linux' 'python' 'python-setuptools' 'python-click' 'python-pyzfscmds')
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=('2a38da07513fe7dd40a6c851fbad2589')
md5sums=('dd65ba0aa73b6edf0007b6c2a7db63bd')
conflicts=('zedenv-git')

build() {
Expand Down
3 changes: 2 additions & 1 deletion packaging/arch/PKGBUILD-git
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ pkgdesc="Utility to manage Boot Environments using ZFS"
arch=('any')
url="http://github.com/johnramsden/zedenv"
license=('BSD' 'custom:BSD 3 clause')
depends=('zfs-linux' 'python' 'python-setuptools' 'python-click' 'python-pyzfscmds-git')
depends=('zfs' 'python' 'python-setuptools' 'python-click' 'python-pyzfscmds')
makedepends=('git' 'python-pip')
source=('zedenv::git+https://github.com/johnramsden/zedenv#branch=master')
md5sums=('SKIP')
conflicts=('zedenv')
provides=('zedenv')

pkgver() {
cd "${srcdir}/${pkgname%-git}"
Expand Down

0 comments on commit ed2aa99

Please sign in to comment.