Date: Tuesday, April 9, 2019 @ 16:20:00 Author: andrewsc Revision: 450647
upgpkg: python-psycopg2 2.8.1-1 python-psycopg2: Adding maintainer, bumping to sha512sums, updated to 2.8.1 Modified: python-psycopg2/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-09 15:51:21 UTC (rev 450646) +++ PKGBUILD 2019-04-09 16:20:00 UTC (rev 450647) @@ -1,4 +1,5 @@ -# Maintainer: Morten Linderud <[email protected]> +# Maintainer: Andrew Crerar <[email protected]> +# Maintainer: Morten Linderud <[email protected]> # Contributor: Sergej Pupykin <[email protected]> # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: Douglas Soares de Andrade <[email protected]> @@ -5,17 +6,17 @@ pkgbase=python-psycopg2 pkgname=('python-psycopg2' 'python2-psycopg2') -pkgver=2.7.7 +pkgver=2.8.1 pkgrel=1 pkgdesc="A PostgreSQL database adapter for the Python programming language." arch=('x86_64') url="http://initd.org/psycopg/" license=('LGPL3') -makedepends=('python2' 'python2-setuptools' +makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools' 'postgresql-libs') -source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-$pkgver.tar.gz{,.asc}) +source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-8/psycopg2-$pkgver.tar.gz{,.asc}) validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE') -sha256sums=('f4526d078aedd5187d0508aa5f9a01eae6a48a470ed678406da94b4cd6524b7e' +sha512sums=('07d7b6255d55fbf3feb72744c571ee0bd82fecd46c483208a30f35afcdc9789fcf7dd148b9ca936f1b69b4b5b10e366b3bfc905fe81e369ae1f13d0d12950390' 'SKIP') build(){ cd "$srcdir/psycopg2-$pkgver"
