diff options
Diffstat (limited to 'core/libevent/PKGBUILD')
-rw-r--r-- | core/libevent/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libevent/PKGBUILD b/core/libevent/PKGBUILD index ce8c5dcb8..db90f6ead 100644 --- a/core/libevent/PKGBUILD +++ b/core/libevent/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libevent pkgver=2.0.17 pkgrel=1 pkgdesc="An event notification library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.monkey.org/~provos/libevent/" license=('GPL2') depends=('openssl') |