diff options
Diffstat (limited to 'community/pgadmin3')
-rw-r--r-- | community/pgadmin3/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pgadmin3/PKGBUILD b/community/pgadmin3/PKGBUILD index ded8a65b4..824c02be6 100644 --- a/community/pgadmin3/PKGBUILD +++ b/community/pgadmin3/PKGBUILD @@ -8,7 +8,7 @@ pkgname=pgadmin3 pkgver=1.14.3 pkgrel=1 pkgdesc="Comprehensive design and management interface for PostgreSQL" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.pgadmin.org" license=('custom') depends=('wxgtk' 'postgresql-libs' 'libxslt') |