summaryrefslogtreecommitdiff
path: root/community/python-psycopg2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-psycopg2/PKGBUILD')
-rw-r--r--community/python-psycopg2/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python-psycopg2/PKGBUILD b/community/python-psycopg2/PKGBUILD
index 18b83b67c..42ba11164 100644
--- a/community/python-psycopg2/PKGBUILD
+++ b/community/python-psycopg2/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 60983 2011-12-20 09:13:23Z spupykin $
+# $Id: PKGBUILD 68833 2012-04-03 16:20:19Z foutrelis $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org>
pkgbase=python-psycopg2
pkgname=('python-psycopg2' 'python2-psycopg2')
-pkgver=2.4.4
+pkgver=2.4.5
pkgrel=1
pkgdesc="A PostgreSQL database adapter for the Python programming language."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ url="http://initd.org/psycopg/"
license=('LGPL3')
makedepends=('python2' 'python' 'postgresql-libs>=8.4.1')
source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-$pkgver.tar.gz)
-md5sums=('331255d2d44018bcef2ea192aabc1d6a')
+md5sums=('075e4df465e9a863f288d5bdf6e6887e')
build() {
cd "$srcdir/psycopg2-$pkgver"