diff options
Diffstat (limited to 'community/unrealircd')
-rw-r--r-- | community/unrealircd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/unrealircd/PKGBUILD b/community/unrealircd/PKGBUILD index 6e0d58232..41de79973 100644 --- a/community/unrealircd/PKGBUILD +++ b/community/unrealircd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=unrealircd pkgver=3.2.9 pkgrel=2 pkgdesc="Open Source IRC Server" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://unrealircd.com" license=('GPL2') depends=('openssl' 'curl' 'c-ares') |