diff options
Diffstat (limited to 'extra/proftpd/PKGBUILD')
-rw-r--r-- | extra/proftpd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/proftpd/PKGBUILD b/extra/proftpd/PKGBUILD index 4199294d8..8389f3206 100644 --- a/extra/proftpd/PKGBUILD +++ b/extra/proftpd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=proftpd pkgver=1.3.3f pkgrel=1 pkgdesc="A high-performance, scalable FTP server" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.proftpd.org" license=('GPL') depends=('libldap' 'libmysqlclient' 'postgresql-libs') |