diff options
Diffstat (limited to 'psycopg2/Pkgfile')
-rw-r--r-- | psycopg2/Pkgfile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/psycopg2/Pkgfile b/psycopg2/Pkgfile index 950e07514..ed80790fb 100644 --- a/psycopg2/Pkgfile +++ b/psycopg2/Pkgfile @@ -1,16 +1,16 @@ # Description: Python bindings for PostgreSQL # URL: http://www.initd.org/ -# Maintainer: Mikhail Kolesnik, mike at openbunker dot org # Packager: Lucas Hazel, lucas at die dot net dot au +# Maintainer: Matt Housh, jaeger at crux dot ninja # Depends on: python postgresql name=psycopg2 -version=2.4.6 +version=2.6.1 release=1 -source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-4/$name-$version.tar.gz) +source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-6/$name-$version.tar.gz) build() { - cd $name-$version - python setup.py install --root=$PKG --prefix=/usr - find $PKG -name '*.egg-info' | xargs rm + cd $name-$version + python setup.py install --root=$PKG --prefix=/usr + find $PKG -name '*.egg-info' | xargs rm } |