diff options
Diffstat (limited to 'community/libee/PKGBUILD')
-rw-r--r-- | community/libee/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libee/PKGBUILD b/community/libee/PKGBUILD index 147342e9d..133b11128 100644 --- a/community/libee/PKGBUILD +++ b/community/libee/PKGBUILD @@ -4,10 +4,10 @@ pkgname=libee pkgver=0.4.1 -pkgrel=1 +pkgrel=1.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=() |