diff options
Diffstat (limited to 'community/vsftpd/PKGBUILD')
-rw-r--r-- | community/vsftpd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/vsftpd/PKGBUILD b/community/vsftpd/PKGBUILD index 77da787b7..fb2c5bb40 100644 --- a/community/vsftpd/PKGBUILD +++ b/community/vsftpd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=vsftpd pkgver=3.0.0 pkgrel=4 pkgdesc="Very Secure FTP daemon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://security.appspot.com/vsftpd.html" license=('GPL2') depends=('openssl') |