summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchilleas Pipinellis2019-01-21 11:14:46 +0100
committerAchilleas Pipinellis2019-01-21 11:14:46 +0100
commitb80747f7197fa4bf1447888b7be0cf5a683a8520 (patch)
tree4a0aa6843f5643876fe8b43591d3ecf1f615f374
parent2fa3dea993680b85891a1ce4373a4077f385cb27 (diff)
downloadaur-astakosclient.tar.gz
Update to 0.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b361f7de8447..46f84ab20040 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = astakosclient
pkgdesc = A client for the astakos authentication service
- pkgver = 0.16
+ pkgver = 0.19
pkgrel = 1
url = http://www.synnefo.org
arch = any
@@ -9,8 +9,8 @@ pkgbase = astakosclient
depends = python2
depends = python2-objpool
depends = python2-simplejson
- source = http://pypi.python.org/packages/source/a/astakosclient/astakosclient-0.16.tar.gz
- md5sums = 3e3c230fd97e0f773de7a5677c77c875
+ source = https://pypi.python.org/packages/source/a/astakosclient/astakosclient-0.19.tar.gz
+ sha512sums = 73bcb22c032f81c7903acff9edf7bc270e8f7c5c73745650d2ee5f6f15d735b94e1e52d8f5154298ede80bca625e91be6c8f2caac2365c575ceae5ba30f7d5a0
pkgname = astakosclient
diff --git a/PKGBUILD b/PKGBUILD
index 72ed5664f8bc..d604cc87e84f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Achilleas Pipinellis <axilleas@archlinux.info>
+# Maintainer: Achilleas Pipinellis <axil archlinux gr>
pkgname=astakosclient
-pkgver=0.16
+pkgver=0.19
pkgrel=1
pkgdesc="A client for the astakos authentication service"
arch=('any')
@@ -9,13 +9,12 @@ url='http://www.synnefo.org'
license=("BSD")
depends=('python2' 'python2-objpool' 'python2-simplejson')
makedepends=(python2-distribute)
-source=("http://pypi.python.org/packages/source/a/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("https://pypi.python.org/packages/source/a/$pkgname/$pkgname-$pkgver.tar.gz")
package() {
-
cd "$srcdir/$pkgname-$pkgver"
python2 setup.py install --root="$pkgdir" -O1
-# install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
+ install -Dm644 README.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-md5sums=('3e3c230fd97e0f773de7a5677c77c875')
+sha512sums=('73bcb22c032f81c7903acff9edf7bc270e8f7c5c73745650d2ee5f6f15d735b94e1e52d8f5154298ede80bca625e91be6c8f2caac2365c575ceae5ba30f7d5a0')
+sha512sums=('73bcb22c032f81c7903acff9edf7bc270e8f7c5c73745650d2ee5f6f15d735b94e1e52d8f5154298ede80bca625e91be6c8f2caac2365c575ceae5ba30f7d5a0')