diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 08:48:23 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 08:48:23 +0000 |
commit | 3fdbceb73cb8fe318a1cd9d7a7bf397b46d05882 (patch) | |
tree | c3d0f80cae31f3674239bd99683ce45012d1e379 /community/github-cli | |
parent | 5aebbf6d480757fdfbff400ede7d6275ff6f94dd (diff) | |
download | aports-3fdbceb73cb8fe318a1cd9d7a7bf397b46d05882.tar.bz2 aports-3fdbceb73cb8fe318a1cd9d7a7bf397b46d05882.tar.xz |
community/github-cli: updated source file, bump pkgrel
Diffstat (limited to 'community/github-cli')
-rw-r--r-- | community/github-cli/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/github-cli/APKBUILD b/community/github-cli/APKBUILD index 6945dff2bb..7651fbc2fb 100644 --- a/community/github-cli/APKBUILD +++ b/community/github-cli/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=github-cli pkgver=1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="GitHub issue tracker client" url="http://packages.python.org/github-cli/" arch="noarch" @@ -11,7 +11,7 @@ depends="python2 py-simplejson" makedepends="py-distutils-extra" install="" subpackages="$pkgname-doc" -source="https://github.com/jsmits/$pkgname/archive/$pkgver.zip" +source="$pkgname-$pkgver.zip::https://github.com/jsmits/$pkgname/archive/$pkgver.zip" builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" @@ -25,6 +25,6 @@ package() { install -Dm644 README.rst "$pkgdir/usr/share/doc/$pkgname/README.rst" } -md5sums="9e6b53ebebef3a6b07b6a3984e976c61 1.0.0.zip" -sha256sums="f30367a79243d6f9cc600185eff3f6074f0ffa6b46361be32ca198467a7467b8 1.0.0.zip" -sha512sums="ba57bb1a6842da951da2c807e49f0b1f18c36e754dad567cc912dff6e979cd6aefd6063f10bd99d32542f73d8001a5bfcebd54471f445259dc218386e00fe61d 1.0.0.zip" +md5sums="9e6b53ebebef3a6b07b6a3984e976c61 github-cli-1.0.0.zip" +sha256sums="f30367a79243d6f9cc600185eff3f6074f0ffa6b46361be32ca198467a7467b8 github-cli-1.0.0.zip" +sha512sums="ba57bb1a6842da951da2c807e49f0b1f18c36e754dad567cc912dff6e979cd6aefd6063f10bd99d32542f73d8001a5bfcebd54471f445259dc218386e00fe61d github-cli-1.0.0.zip" |