summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordrrossum2020-03-23 20:31:57 +0100
committerdrrossum2020-03-23 20:31:57 +0100
commit83e56e982acc6ace3042e883f11528725f2cda70 (patch)
tree0da01a49d25fbbfdf1f62ae0a285f28e71d7ffd6 /PKGBUILD
parentb9502692c183d5e9121e1c89df977a598058b6d5 (diff)
downloadaur-83e56e982acc6ace3042e883f11528725f2cda70.tar.gz
Bump to version 2.34
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67d4781bffa7..e19aa0f1756b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: sh0 <mee@sh0.org>
pkgname=pdsh
-pkgver=2.33
+pkgver=2.34
pkgrel=1
pkgdesc='Parallel Distributed Shell'
url='https://github.com/chaos/pdsh'
arch=('i686' 'x86_64')
license=('GPL')
-depends=('glibc' 'openssh' 'readline')
+depends=('openssh')
makedepends=('autoconf')
optdepends=('perl: required by the dshbak utility')
options=('libtool')
-source=("https://github.com/chaos/pdsh/releases/download/pdsh-2.33/pdsh-2.33.tar.gz")
-md5sums=('b49e7c1c74480c8d34efd04bf3d0fca2')
+source=("https://github.com/chaos/pdsh/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('75916c61a469303ff859605b1375d391')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"