diff options
Diffstat (limited to 'community/unrealircd/PKGBUILD')
-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 3ad0f297a..0593906f7 100644 --- a/community/unrealircd/PKGBUILD +++ b/community/unrealircd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=unrealircd pkgver=3.2.8.1 pkgrel=6 pkgdesc="Open Source IRC Server." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://unrealircd.com" license=('GPL2') depends=(openssl curl) |