diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-06-15 10:09:23 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-06-15 11:41:50 +0000 |
commit | deaeef8a26dbb02302a1eea28bebdbb106329763 (patch) | |
tree | 0fbb5a66629c318582fb39b53f653023a08c3a63 /testing/py-psycopg2/APKBUILD | |
parent | f1ced97713cd04cd949247efceae4d8e8939b822 (diff) | |
download | aports-deaeef8a26dbb02302a1eea28bebdbb106329763.tar.bz2 aports-deaeef8a26dbb02302a1eea28bebdbb106329763.tar.xz |
testing/py-psycopg2: upgrade to 2.5
Diffstat (limited to 'testing/py-psycopg2/APKBUILD')
-rw-r--r-- | testing/py-psycopg2/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/py-psycopg2/APKBUILD b/testing/py-psycopg2/APKBUILD index 9d42f70ce..9429a5253 100644 --- a/testing/py-psycopg2/APKBUILD +++ b/testing/py-psycopg2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-psycopg2 _pkgname=psycopg2 -pkgver=2.4.6 +pkgver=2.5 pkgrel=1 pkgdesc="Python-PostgreSQL Database Adapter" url="http://initd.org/psycopg/" @@ -13,7 +13,7 @@ depends_dev="" makedepends="python-dev postgresql-dev" install="" subpackages="" -source="http://initd.org/psycopg/tarballs/PSYCOPG-2-4/$_pkgname-$pkgver.tar.gz" +source="http://initd.org/psycopg/tarballs/PSYCOPG-2-5/$_pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$_pkgname-$pkgver build() { @@ -26,6 +26,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="79d7f05e67bf70a0ecc6e9103ccece5f psycopg2-2.4.6.tar.gz" -sha256sums="4edcb40b0a039b4b559a6bc887b2155db8b6c53d0f55b00af8338c77b725621f psycopg2-2.4.6.tar.gz" -sha512sums="da23264f66b4054f26b7029b97856cdab91870e8a6c72cd5dabe37b36c96b3cb19a9adebf49844f5330ae3009f1ff4a81cc28eba1c4baf18e099ca7a10c808ad psycopg2-2.4.6.tar.gz" +md5sums="facd82faa067e99b80146a0ee2f842f6 psycopg2-2.5.tar.gz" +sha256sums="6b2f0cc9199de9eaa53ba10ff69b2741e73484b24657e69bdae259561c23bde4 psycopg2-2.5.tar.gz" +sha512sums="9c05fdb9d6203f7fb35e397630344a5a2ba5ec6d47000fab2d290b6d0b9759260d6afbe459ed6ae01cd3963a7ef542e7fafdcdc107e4beaa9956a79fcc307558 psycopg2-2.5.tar.gz" |