summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchilleas Pipinellis2016-05-29 09:03:29 -0700
committerAchilleas Pipinellis2016-05-29 09:03:29 -0700
commit2fa3dea993680b85891a1ce4373a4077f385cb27 (patch)
treebb1186c9a84b25b734cc12b6b661ff0150293af2
parent5529753de78b1b5e12e9ae40995b20417b2ff96e (diff)
downloadaur-2fa3dea993680b85891a1ce4373a4077f385cb27.tar.gz
Update to 0.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 773e4a5c7e3a..b361f7de8447 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = astakosclient
pkgdesc = A client for the astakos authentication service
- pkgver = 0.15
+ pkgver = 0.16
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.15.tar.gz
- md5sums = 1b51c3b9b7b2a693d21eee681000b948
+ source = http://pypi.python.org/packages/source/a/astakosclient/astakosclient-0.16.tar.gz
+ md5sums = 3e3c230fd97e0f773de7a5677c77c875
pkgname = astakosclient
diff --git a/PKGBUILD b/PKGBUILD
index b0846f9e576c..72ed5664f8bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Axilleas Pipinellis <axilleas@archlinux.info>
+# Maintainer: Achilleas Pipinellis <axilleas@archlinux.info>
pkgname=astakosclient
-pkgver=0.15
+pkgver=0.16
pkgrel=1
pkgdesc="A client for the astakos authentication service"
arch=('any')
-url=('http://www.synnefo.org')
+url='http://www.synnefo.org'
license=("BSD")
depends=('python2' 'python2-objpool' 'python2-simplejson')
makedepends=(python2-distribute)
@@ -18,4 +18,4 @@ package() {
# install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-md5sums=('1b51c3b9b7b2a693d21eee681000b948')
+md5sums=('3e3c230fd97e0f773de7a5677c77c875')