diff options
Diffstat (limited to 'community/libmaa/PKGBUILD')
-rw-r--r-- | community/libmaa/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libmaa/PKGBUILD b/community/libmaa/PKGBUILD index 5a35a9a5d..ea5a4e14e 100644 --- a/community/libmaa/PKGBUILD +++ b/community/libmaa/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="Provides many low-level data structures which are helpful for writing compilers" url="http://sourceforge.net/projects/dict/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('glibc') makedepends=('flex') options=('!libtool') |