summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54d9cbd20dbf..331915da1058 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,17 @@
-# Generated by mksrcinfo v8
-# Fri Sep 1 06:34:20 UTC 2017
pkgbase = pdsh
pkgdesc = Parallel Distributed Shell
- pkgver = 2.33
+ pkgver = 2.34
pkgrel = 1
url = https://github.com/chaos/pdsh
arch = i686
arch = x86_64
license = GPL
makedepends = autoconf
- depends = glibc
depends = openssh
- depends = readline
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/pdsh-2.34/pdsh-2.34.tar.gz
+ md5sums = 75916c61a469303ff859605b1375d391
pkgname = pdsh
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}"