summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Benoy2022-03-23 19:18:56 +0530
committerTony Benoy2022-03-23 19:18:56 +0530
commit3b66a2eae15af81c90f63f37d944c50244a74262 (patch)
treec9be759ac670e4d643972ab7f8d575cefc07e055 /PKGBUILD
parent3e2e33e025e39574860b9001a06a65443df62402 (diff)
downloadaur-python-psycopg2-binary.tar.gz
Bump version to 2.9.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 497753c5ade5..2fedfd0e67a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=python-psycopg2-binary
pkgname=('python-psycopg2-binary' 'python2-psycopg2-binary')
_name=psycopg2-binary
-pkgver=2.8.5
+pkgver=2.9.3
pkgrel=1
pkgdesc='Python-PostgreSQL Database Adapter'
conflicts=('python-psycopg2')
@@ -19,7 +19,7 @@ makedepends=('python-setuptools'
'python2-setuptools')
source=("https://pypi.python.org/packages/source/p/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('ccdc6a87f32b491129ada4b87a43b1895cf2c20fdb7f98ad979647506ffc41b6')
+sha256sums=('761df5313dc15da1502b21453642d7599d26be88bff659382f8f9747c7ebea4e')
package_python-psycopg2-binary() {
depends+=('python')