diff options
| author | J0WI <J0WI@users.noreply.github.com> | 2020-01-22 23:52:52 +0100 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-23 13:57:40 +0100 |
| commit | e7a9ca904d95edd9b1cc448bbc779ee1f0e96176 (patch) | |
| tree | 093e4ba9c24841c623efeefa455b36d4364c89d9 | |
| parent | b2cec78e5cc0360b397c8959f4b16efec5bc0ace (diff) | |
| download | aports-e7a9ca904d95edd9b1cc448bbc779ee1f0e96176.tar.bz2 aports-e7a9ca904d95edd9b1cc448bbc779ee1f0e96176.tar.xz | |
community/bzr: modernize
| -rw-r--r-- | community/bzr/APKBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/community/bzr/APKBUILD b/community/bzr/APKBUILD index 8fa9c02bf9..27490d3498 100644 --- a/community/bzr/APKBUILD +++ b/community/bzr/APKBUILD @@ -1,26 +1,24 @@ -# Maintainer: +# Maintainer: pkgname=bzr pkgver=2.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="A scalable distributed SCM tool" -url="http://bazaar.canonical.com/" +url="https://bazaar.canonical.com/" arch="all" license="GPL-2.0-or-later" depends="python2" makedepends="python2-dev" subpackages="$pkgname-doc" -source="https://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz +options="!check" # no testsuite +source="https://launchpad.net/bzr/${pkgver%.*}/$pkgver/+download/bzr-$pkgver.tar.gz CVE-2017-14176.patch " -builddir="$srcdir"/$pkgname-$pkgver build() { - cd "$builddir" python2 setup.py build } package() { - cd "$builddir" python2 setup.py install --root="$pkgdir" } |
