diff options
Diffstat (limited to 'extra/postgresql')
-rw-r--r-- | extra/postgresql/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/postgresql/PKGBUILD b/extra/postgresql/PKGBUILD index be2977ecf..88f08a977 100644 --- a/extra/postgresql/PKGBUILD +++ b/extra/postgresql/PKGBUILD @@ -6,7 +6,7 @@ pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql') pkgver=9.2.3 _majorver=${pkgver%.*} pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.postgresql.org/" license=('custom:PostgreSQL') makedepends=('krb5' 'libxml2' 'python2' 'perl' 'tcl>=8.6.0' 'openssl>=1.0.0') |