From 3fdbceb73cb8fe318a1cd9d7a7bf397b46d05882 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Thu, 25 Aug 2016 08:48:23 +0000 Subject: community/github-cli: updated source file, bump pkgrel --- community/github-cli/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/community/github-cli/APKBUILD b/community/github-cli/APKBUILD index 6945dff2b..7651fbc2f 100644 --- a/community/github-cli/APKBUILD +++ b/community/github-cli/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista 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" -- cgit v1.2.3