diff options
Diffstat (limited to 'community/znc/PKGBUILD')
-rw-r--r-- | community/znc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/znc/PKGBUILD b/community/znc/PKGBUILD index 08b856ae1..1caedaf50 100644 --- a/community/znc/PKGBUILD +++ b/community/znc/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc='An IRC bouncer with modules & scripts support' url='http://en.znc.in/wiki/index.php/ZNC' license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('c-ares' 'gcc-libs' 'openssl') makedepends=('swig' 'tcl' 'python' 'perl' 'cyrus-sasl') optdepends=('tcl: modtcl module' |