summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Benoy2020-08-27 00:43:24 +0530
committerTony Benoy2020-08-27 00:43:24 +0530
commitb6e2dd7c3a1a92c394cd5eff8ac4f0ce9b135d33 (patch)
tree4c564ef71c72fa38371d27ed325cf139c851655a
parentd7c75a682823c489083e4554c76047cee689cd75 (diff)
downloadaur-b6e2dd7c3a1a92c394cd5eff8ac4f0ce9b135d33.tar.gz
Bump version to 1.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcd801b57b53..d7c4e7313df4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-psycogreen
pkgdesc = psycopg2 integration with coroutine libraries
- pkgver = 1.0
+ pkgver = 1.0.2
pkgrel = 1
url = https://bitbucket.org/dvarrazzo/psycogreen
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://pypi.python.org/packages/source/p/psycogreen/psycogreen-1.0.tar.gz
- md5sums = 7a32d8f5abdb4ce17ac512f8c8a698a9
+ source = https://pypi.python.org/packages/source/p/psycogreen/psycogreen-1.0.2.tar.gz
+ md5sums = 4f6f68ba5ffb1d6908160de3dacd3618
pkgname = python-psycogreen
diff --git a/PKGBUILD b/PKGBUILD
index e8b5e6d2835c..ef15e0647aee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Sebastiaan Lokhorst <sebastiaanlokhorst@gmail.com>
+# Maintainer: Tony Benoy <me@tonybenoy.com
+# Contributor: Sebastiaan Lokhorst <sebastiaanlokhorst@gmail.com>
# Contributor: Bidossessi Sodonon
pkgname=python-psycogreen
_pkgname=psycogreen
-pkgver=1.0
+pkgver=1.0.2
pkgrel=1
pkgdesc="psycopg2 integration with coroutine libraries"
url=https://bitbucket.org/dvarrazzo/psycogreen
@@ -13,7 +14,7 @@ depends=('python')
makedepends=('python-setuptools')
source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('7a32d8f5abdb4ce17ac512f8c8a698a9')
+md5sums=('4f6f68ba5ffb1d6908160de3dacd3618')
package() {
cd ${srcdir}/${_pkgname}-${pkgver}