Date: Sunday, October 6, 2013 @ 18:14:19 Author: jlichtblau Revision: 98136
upgpkg: clusterssh 3.28-4 Added: clusterssh/trunk/clusterssh.changelog Modified: clusterssh/trunk/PKGBUILD Deleted: clusterssh/trunk/ChangeLog ----------------------+ ChangeLog | 3 --- PKGBUILD | 7 ++++--- clusterssh.changelog | 6 ++++++ 3 files changed, 10 insertions(+), 6 deletions(-) Deleted: ChangeLog =================================================================== --- ChangeLog 2013-10-06 15:58:36 UTC (rev 98135) +++ ChangeLog 2013-10-06 16:14:19 UTC (rev 98136) @@ -1,3 +0,0 @@ -2009-12-26 Jaroslav Lichtblau <[email protected]> - * Package moved to [community] - * version 3.28 - 39 votes in AUR Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-06 15:58:36 UTC (rev 98135) +++ PKGBUILD 2013-10-06 16:14:19 UTC (rev 98136) @@ -5,14 +5,15 @@ pkgname=clusterssh pkgver=3.28 -pkgrel=3 +pkgrel=4 pkgdesc="Cluster SSH opens terminal windows with connections to specified hosts and an administration console." -arch=('i686' 'x86_64') +arch=('any') url="http://clusterssh.sourceforge.net/" license=('GPL') depends=('perl-tk' 'perl-x11-protocol' 'xterm') +changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/project/$pkgname/1.%20ClusterSSH%20Series%203/$pkgver/$pkgname-$pkgver.tar.gz) -md5sums=('11e012329d2c62e1f7b17f3ac517769a') +sha256sums=('27e7c0feb652d980229c5fe07f9d6bfe4eb1e3becafaf0e82a5409a9f67d8faf') build() { cd ${srcdir}/$pkgname-$pkgver Added: clusterssh.changelog =================================================================== --- clusterssh.changelog (rev 0) +++ clusterssh.changelog 2013-10-06 16:14:19 UTC (rev 98136) @@ -0,0 +1,6 @@ +2013-10-06 Jaroslav Lichtblau <[email protected]> + * clusterssh 3.28-4 - changelog properly added, changed to 'any' architecture + +2009-12-26 Jaroslav Lichtblau <[email protected]> + * Package moved to [community] + * version 3.28 - 39 votes in AUR
