Skip to content

Commit

Permalink
Update PKGBUILD for v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnramsden committed Nov 7, 2018
1 parent 72b57da commit 8489340
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.2
pkgver=0.3.3
_version_suffix="beta"
pkgrel=1
pkgdesc="Utility to manage Boot Environments using ZFS"
Expand All @@ -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=('a253ecf23337e6a71bb9b84bfaf6e125')
md5sums=('e0ec86f70ee2fa005dd82fce0b2f3ec3')
conflicts=('zedenv-git')

build() {
Expand All @@ -23,6 +23,6 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}-${_version_suffix}"
python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build

install -d "${pkgdir}/usr/share/license/${pkgname}"
install -m 755 "LICENSE" "${pkgdir}/usr/share/license/${pkgname}/LICENSE"
install -d "${pkgdir}/usr/share/license/${pkgname}"
install -m 755 "LICENSE" "${pkgdir}/usr/share/license/${pkgname}/LICENSE"
}

0 comments on commit 8489340

Please sign in to comment.