summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Benoy2020-04-07 03:49:36 +0530
committerTony Benoy2020-04-07 03:49:36 +0530
commit3e2e33e025e39574860b9001a06a65443df62402 (patch)
tree44bde263e972a2b5ced13cdfc9c379f4ebac5b4a
parent72ecfd8ccf01c5e0b866309b1a6f6f8987dc6dc8 (diff)
downloadaur-3e2e33e025e39574860b9001a06a65443df62402.tar.gz
version updatd
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3df8d2b15e8a..63f1e1fbd304 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-psycopg2-binary
pkgdesc = Python-PostgreSQL Database Adapter
- pkgver = 2.8.4
+ pkgver = 2.8.5
pkgrel = 1
url = http://initd.org/psycopg/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = python-psycopg2-binary
depends = postgresql-libs
provides = python-psycopg2
conflicts = python-psycopg2
- source = https://pypi.python.org/packages/source/p/psycopg2-binary/psycopg2-binary-2.8.4.tar.gz
- sha256sums = 3a2522b1d9178575acee4adf8fd9f979f9c0449b00b4164bb63c3475ea6528ed
+ source = https://pypi.python.org/packages/source/p/psycopg2-binary/psycopg2-binary-2.8.5.tar.gz
+ sha256sums = ccdc6a87f32b491129ada4b87a43b1895cf2c20fdb7f98ad979647506ffc41b6
pkgname = python-psycopg2-binary
depends = postgresql-libs
diff --git a/PKGBUILD b/PKGBUILD
index 855ec363c893..497753c5ade5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,11 @@
+
+# Maintainer: Sam Whited <me@tonybeoy.com>
# Maintainer: Sam Whited <sam@samwhited.com>
pkgbase=python-psycopg2-binary
pkgname=('python-psycopg2-binary' 'python2-psycopg2-binary')
_name=psycopg2-binary
-pkgver=2.8.4
+pkgver=2.8.5
pkgrel=1
pkgdesc='Python-PostgreSQL Database Adapter'
conflicts=('python-psycopg2')
@@ -17,7 +19,7 @@ makedepends=('python-setuptools'
'python2-setuptools')
source=("https://pypi.python.org/packages/source/p/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('3a2522b1d9178575acee4adf8fd9f979f9c0449b00b4164bb63c3475ea6528ed')
+sha256sums=('ccdc6a87f32b491129ada4b87a43b1895cf2c20fdb7f98ad979647506ffc41b6')
package_python-psycopg2-binary() {
depends+=('python')