diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-20 23:41:08 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-20 23:41:08 -0500 |
commit | 7761a3fd85f6915ca7424044379da189de8ba914 (patch) | |
tree | 6c4ff6bbcb0dd0ab796e3a3767492d3b537e45fd /community/sshguard | |
parent | d43144f10f548442e0992d8ad62e77200d060281 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/sshguard')
-rw-r--r-- | community/sshguard/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sshguard/PKGBUILD b/community/sshguard/PKGBUILD index ef71cd6d2..9e46579fe 100644 --- a/community/sshguard/PKGBUILD +++ b/community/sshguard/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sshguard pkgver=1.5 pkgrel=8 pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') #url="http://sourceforge.net/projects/sshguard/" url="http://www.sshguard.net/" license=('GPL') |