[arch-commits] Commit in clusterssh/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun May 25 13:55:31 UTC 2014


    Date: Sunday, May 25, 2014 @ 15:55:31
  Author: bpiotrowski
Revision: 111841

upgpkg: clusterssh 4.02.04-2

add missing dependency

Modified:
  clusterssh/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-25 13:53:57 UTC (rev 111840)
+++ PKGBUILD	2014-05-25 13:55:31 UTC (rev 111841)
@@ -6,7 +6,7 @@
 pkgname=clusterssh
 _pkgver=4.02_04
 pkgver=${_pkgver/_/.}
-pkgrel=1
+pkgrel=2
 pkgdesc="Cluster SSH opens terminal windows with connections to specified hosts and an administration console."
 arch=('any')
 url="http://clusterssh.sourceforge.net/"
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('xterm' 'perl-file-which' 'perl-extutils-makemaker' 'perl-test-differences'
          'perl-test-pod' 'perl-test-pod-coverage' 'perl-test-trap' 'perl-try-tiny'
-         'perl-tk' 'perl-x11-protocol')
+         'perl-tk' 'perl-x11-protocol' 'perl-exception-class')
 source=(http://downloads.sourceforge.net/$pkgname/App-ClusterSSH-$_pkgver.tar.gz)
 sha256sums=('a16142261ca83bee871005f9293f4f54da8c24918a6b439cee1f774ed4f0eb5a')
 




More information about the arch-commits mailing list