diff options
Diffstat (limited to 'community/libev/PKGBUILD')
-rw-r--r-- | community/libev/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libev/PKGBUILD b/community/libev/PKGBUILD index f9179c39e..3a98fcec1 100644 --- a/community/libev/PKGBUILD +++ b/community/libev/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libev pkgver=4.11 pkgrel=1 pkgdesc="A full-featured and high-performance event loop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://software.schmorp.de/pkg/libev.html" license=('BSD') depends=('glibc') |