diff options
Diffstat (limited to 'community/clusterssh/PKGBUILD')
-rw-r--r-- | community/clusterssh/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/clusterssh/PKGBUILD b/community/clusterssh/PKGBUILD index 29a9eadc7..c457b6e6b 100644 --- a/community/clusterssh/PKGBUILD +++ b/community/clusterssh/PKGBUILD @@ -7,7 +7,7 @@ pkgname=clusterssh pkgver=3.28 pkgrel=3 pkgdesc="Cluster SSH opens terminal windows with connections to specified hosts and an administration console." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://clusterssh.sourceforge.net/" license=('GPL') depends=('perl-tk' 'perl-x11-protocol' 'xterm') |