diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-22 13:30:50 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-22 13:30:50 -0500 |
commit | 35975ee7f776a831086f2b736a72f87779356a8e (patch) | |
tree | 77e90158935d3c2591044847bbf4da9b2ae6a6d6 /community/arptables | |
parent | 287cbaf608ace8e8317083ad957a4cb5c3c58dd9 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/arptables')
-rw-r--r-- | community/arptables/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/arptables/PKGBUILD b/community/arptables/PKGBUILD index 40eba2685..21023214b 100644 --- a/community/arptables/PKGBUILD +++ b/community/arptables/PKGBUILD @@ -7,7 +7,7 @@ pkgname=arptables pkgver=0.0.3_4 pkgrel=3 pkgdesc='ARP filtering utility' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ebtables.sourceforge.net/' license=('GPL') backup=("etc/$pkgname.conf" "etc/conf.d/$pkgname") |