diff options
Diffstat (limited to 'community/libee/PKGBUILD')
-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 ef72a58e3..fb76b4faa 100644 --- a/community/libee/PKGBUILD +++ b/community/libee/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.4.1 pkgrel=3 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=() |