diff options
-rw-r--r-- | pcr/pdsh/PKGBUILD | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/pcr/pdsh/PKGBUILD b/pcr/pdsh/PKGBUILD index 3b76513a0..fb530ef71 100644 --- a/pcr/pdsh/PKGBUILD +++ b/pcr/pdsh/PKGBUILD @@ -3,17 +3,17 @@ # Maintainer : Aurélien Desbrières <aurelien@xload.io> pkgname=pdsh -pkgver=2.29 -pkgrel=2 +pkgver=2.33 +pkgrel=1 pkgdesc='Parallel Distributed Shell' -url='http://code.google.com/p/pdsh/' -arch=('i686' 'x86_64') +url='https://github.com/chaos/pdsh/' +arch=('i686' 'x86_64' 'armv7h') license=('GPL') depends=('glibc' 'openssh' 'readline') optdepends=('perl: required by the dshbak utility') options=('libtool') -source=("http://pdsh.googlecode.com/files/$pkgname-$pkgver.tar.bz2") -md5sums=('e3512d03e491de6f1a735ab0ff702108') +source=("https://github.com/chaos/{$pkgname}/releases/download/{$pkgname}-{$pkgver}/{$pkgname}-${pkgver}.tar.gz") +sha256sums=('7368087429d6269f0a6313c406ef38c6a6a947bc003ca7368fc6481b139d942f') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -28,7 +28,4 @@ build() { package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}/" install || return 1 - rmdir "${pkgdir}/usr/sbin" } - -# vim:set ts=2 sw=2 et: |