diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-27 10:12:31 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-27 10:12:31 -0500 |
commit | c60baaf3d77b6982ff5baa005fce4d898569bd01 (patch) | |
tree | 96aa5590451f2df0cb2aab54aaa9efbdb26fd90d /community/libzdb | |
parent | 6fa19b4570c3cef91cf336bbefd6b9583e89ecce (diff) |
Add mips64el in archs
Diffstat (limited to 'community/libzdb')
-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') |