diff options
Diffstat (limited to 'community/ucarp/PKGBUILD')
-rw-r--r-- | community/ucarp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ucarp/PKGBUILD b/community/ucarp/PKGBUILD index 11548155e..17a8bc881 100644 --- a/community/ucarp/PKGBUILD +++ b/community/ucarp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ucarp pkgver=1.5.2 pkgrel=4 pkgdesc='Userspace implementation of the CARP protocol' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.ucarp.org/project/ucarp' license=('GPL2') depends=('libpcap') |