diff options
Diffstat (limited to 'community/quagga/PKGBUILD')
-rw-r--r-- | community/quagga/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/quagga/PKGBUILD b/community/quagga/PKGBUILD index 3a350e3ed..3ad639a35 100644 --- a/community/quagga/PKGBUILD +++ b/community/quagga/PKGBUILD @@ -5,7 +5,7 @@ pkgname=quagga pkgver=0.99.22.1 pkgrel=1 pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.quagga.net' license=('GPL2') depends=('libcap' 'libnl' 'net-snmp' 'readline' 'ncurses') |