diff options
Diffstat (limited to 'community/libee')
-rw-r--r-- | community/libee/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libee/PKGBUILD b/community/libee/PKGBUILD index 07e51185b..6378227b4 100644 --- a/community/libee/PKGBUILD +++ b/community/libee/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.4.0 pkgrel=1 pkgdesc="event expression library inspired by CEE" url="http://www.libee.org/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL2.1') depends=('libestr' 'glibc') makedepends=() |