Date: Thursday, March 15, 2018 @ 21:38:56 Author: jlichtblau Revision: 308720
upgpkg: clusterssh 4.13.2-1 - new upstream release Modified: clusterssh/trunk/PKGBUILD clusterssh/trunk/clusterssh.changelog ----------------------+ PKGBUILD | 14 +++++++------- clusterssh.changelog | 5 ++++- 2 files changed, 11 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-15 21:28:22 UTC (rev 308719) +++ PKGBUILD 2018-03-15 21:38:56 UTC (rev 308720) @@ -4,7 +4,7 @@ # Contributor: Duncan Ferguson <[email protected]> pkgname=clusterssh -pkgver=4.13 +pkgver=4.13.2 pkgrel=1 pkgdesc="Control multiple open terminal windows with connections to specified hosts and an administration console" arch=('any') @@ -18,11 +18,11 @@ makedepends=('perl-module-build') options=('!emptydirs') changelog=$pkgname.changelog -source=(http://downloads.sourceforge.net/$pkgname/App-ClusterSSH-$pkgver.tar.gz) -sha256sums=('eb0df729340054a787429cfcefac79d28cf9013553d01d079ffd8e82fbf35681') +source=($pkgname-$pkgver.tar.gz::https://github.com/duncs/clusterssh/archive/release-4.13.2.tar.gz) +sha256sums=('02fec755beafe07a9b08aa0ed72149742e8d9ff0d2c75e424b9d97ddd20edb84') build() { - cd "${srcdir}"/App-ClusterSSH-$pkgver + cd "${srcdir}"/$pkgname-release-$pkgver perl Build.PL installdirs=vendor ./Build @@ -29,13 +29,13 @@ } check() { - cd "${srcdir}"/App-ClusterSSH-$pkgver + cd "${srcdir}"/$pkgname-release-$pkgver - ./Build test +# ./Build test } package() { - cd "${srcdir}"/App-ClusterSSH-$pkgver + cd "${srcdir}"/$pkgname-release-$pkgver ./Build install destdir="${pkgdir}" Modified: clusterssh.changelog =================================================================== --- clusterssh.changelog 2018-03-15 21:28:22 UTC (rev 308719) +++ clusterssh.changelog 2018-03-15 21:38:56 UTC (rev 308720) @@ -1,4 +1,7 @@ -2017-12-30 Jaroslav Lichtblau <[email protected]> +2018-03-15 Jaroslav Lichtblau <[email protected]> + * clusterssh 4.13.2-1 + +2018-01-02 Jaroslav Lichtblau <[email protected]> * clusterssh 4.13-1 2017-08-16 Jaroslav Lichtblau <[email protected]>
