diff options
Diffstat (limited to 'community/libzdb/PKGBUILD')
-rw-r--r-- | community/libzdb/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libzdb/PKGBUILD b/community/libzdb/PKGBUILD index 71f6b12fd..dcb242f03 100644 --- a/community/libzdb/PKGBUILD +++ b/community/libzdb/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libzdb pkgver=2.10.1 pkgrel=1 pkgdesc="Zild Database Library" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.tildeslash.com/libzdb/" license=('GPL') depends=('postgresql-libs' 'sqlite3' 'libmysqlclient') |