diff options
Diffstat (limited to 'extra/xbase/PKGBUILD')
-rw-r--r-- | extra/xbase/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/xbase/PKGBUILD b/extra/xbase/PKGBUILD index 0fa63a7fa..c028b85ad 100644 --- a/extra/xbase/PKGBUILD +++ b/extra/xbase/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xbase pkgver=2.0.0 pkgrel=2 pkgdesc="An XBase compatible C++ class library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://linux.techass.com/projects/xdb/' license=('LGPL') depends=('bash' 'gcc-libs') |