diff options
Diffstat (limited to 'community/libev')
-rw-r--r-- | community/libev/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libev/PKGBUILD b/community/libev/PKGBUILD index f9179c39e..a65adf1f7 100644 --- a/community/libev/PKGBUILD +++ b/community/libev/PKGBUILD @@ -5,9 +5,9 @@ pkgname=libev pkgver=4.11 -pkgrel=1 +pkgrel=1.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') |