diff options
Diffstat (limited to 'community/python-psycopg1/PKGBUILD')
-rw-r--r-- | community/python-psycopg1/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-psycopg1/PKGBUILD b/community/python-psycopg1/PKGBUILD index 143034103..0267a6a14 100644 --- a/community/python-psycopg1/PKGBUILD +++ b/community/python-psycopg1/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python2-psycopg1 pkgver=1.1.21 pkgrel=8 pkgdesc="A PostgreSQL database adapter for Python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://initd.org/projects/psycopg1" license=('GPL') depends=('python2-egenix-mx-base' 'postgresql') |