diff options
Diffstat (limited to 'community/gftp/PKGBUILD')
-rw-r--r-- | community/gftp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gftp/PKGBUILD b/community/gftp/PKGBUILD index ecf7042e2..96c352d86 100644 --- a/community/gftp/PKGBUILD +++ b/community/gftp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gftp pkgver=2.0.19 pkgrel=4 pkgdesc="A multithreaded ftp client for X Windows" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gftp.org/" license=('GPL2') depends=('gtk2' 'openssl' 'readline') |