diff options
Diffstat (limited to 'community/gftp/PKGBUILD')
-rw-r--r-- | community/gftp/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gftp/PKGBUILD b/community/gftp/PKGBUILD index ecf7042e2..42f79fc7d 100644 --- a/community/gftp/PKGBUILD +++ b/community/gftp/PKGBUILD @@ -4,9 +4,9 @@ pkgname=gftp pkgver=2.0.19 -pkgrel=4 +pkgrel=4.1 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') |