diff options
Diffstat (limited to 'community/python-psycopg1')
-rwxr-xr-x | 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 de92e5214..bc465e792 100755 --- a/community/python-psycopg1/PKGBUILD +++ b/community/python-psycopg1/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python-psycopg1 pkgver=1.1.21 pkgrel=6 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=('python-egenix-mx-base' 'postgresql') |