summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eca38e5e0169..bf5b0d469750 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Sep 1 12:38:57 UTC 2017
pkgbase = pdsh-genders
pkgdesc = Parallel Distributed Shell
- pkgver = 2.33
- pkgrel = 2
+ pkgver = 2.34
+ pkgrel = 1
url = https://github.com/chaos/pdsh
arch = i686
arch = x86_64
@@ -16,8 +14,8 @@ pkgbase = pdsh-genders
provides = pdsh
conflicts = pdsh
options = libtool
- source = https://github.com/chaos/pdsh/releases/download/pdsh-2.33/pdsh-2.33.tar.gz
- sha256sums = 7368087429d6269f0a6313c406ef38c6a6a947bc003ca7368fc6481b139d942f
+ source = https://github.com/chaos/pdsh/releases/download/pdsh-2.34/pdsh-2.34.tar.gz
+ sha256sums = b47b3e4662736ef44b6fe86e3d380f95e591863e69163aa0592e9f9f618521e9
pkgname = pdsh-genders
diff --git a/PKGBUILD b/PKGBUILD
index becb7949b473..5fced0d68c44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: sh0 <mee@sh0.org>
pkgname=pdsh-genders
-pkgver=2.33
-pkgrel=2
+pkgver=2.34
+pkgrel=1
pkgdesc='Parallel Distributed Shell'
url='https://github.com/chaos/pdsh'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ options=('libtool')
source=("https://github.com/chaos/pdsh/releases/download/pdsh-${pkgver}/pdsh-${pkgver}.tar.gz")
conflicts=('pdsh')
provides=('pdsh')
-sha256sums=('7368087429d6269f0a6313c406ef38c6a6a947bc003ca7368fc6481b139d942f')
+sha256sums=('b47b3e4662736ef44b6fe86e3d380f95e591863e69163aa0592e9f9f618521e9')
build() {
cd "${srcdir}/pdsh-${pkgver}"