diff options
Diffstat (limited to 'extra/putty/PKGBUILD')
-rw-r--r-- | extra/putty/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/putty/PKGBUILD b/extra/putty/PKGBUILD index 6252fc40c..de94d8303 100644 --- a/extra/putty/PKGBUILD +++ b/extra/putty/PKGBUILD @@ -7,7 +7,7 @@ pkgname=putty pkgver=0.60 pkgrel=2 pkgdesc="A terminal integrated SSH/Telnet client known from Windows." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.chiark.greenend.org.uk/~sgtatham/putty/" license=('custom') depends=('gtk') |