summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-09-01 14:17:22 +0200
committerHyacinthe Cartiaux2017-09-01 14:17:22 +0200
commit342315a1a3ee58a95ca4c53602ee520efbe19c9d (patch)
tree390864a3f27ee87f0271d87297983e08225d75d2
parent06751d510a2f4a7ac5db65f39979bfde29c74f1d (diff)
downloadaur-342315a1a3ee58a95ca4c53602ee520efbe19c9d.tar.gz
Update to 2.33
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23414742eb08..2aec50c432a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Aug 25 14:01:38 UTC 2017
+# Fri Sep 1 12:16:41 UTC 2017
pkgbase = pdsh-genders
pkgdesc = Parallel Distributed Shell
- pkgver = 2.32
- pkgrel = 2
- url = https://github.com/grondo/pdsh
+ pkgver = 2.33
+ pkgrel = 1
+ url = https://github.com/chaos/pdsh
arch = i686
arch = x86_64
license = GPL
@@ -16,8 +16,8 @@ pkgbase = pdsh-genders
provides = pdsh
conflicts = pdsh
options = libtool
- source = https://github.com/grondo/pdsh/archive/pdsh-2.32.tar.gz
- sha256sums = 3c58b955b4f5f24e75905a5e133b5d28ce04246566e28701902359adab806765
+ source = https://github.com/chaos/pdsh/releases/download/pdsh-2.33/pdsh-2.33.tar.gz
+ sha256sums = 7368087429d6269f0a6313c406ef38c6a6a947bc003ca7368fc6481b139d942f
pkgname = pdsh-genders
diff --git a/PKGBUILD b/PKGBUILD
index fe0eb3237b28..1a39c8ee9dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,22 @@
# Contributor: sh0 <mee@sh0.org>
pkgname=pdsh-genders
-pkgver=2.32
+pkgver=2.33
pkgrel=1
pkgdesc='Parallel Distributed Shell'
-url='https://github.com/grondo/pdsh'
+url='https://github.com/chaos/pdsh'
arch=('i686' 'x86_64')
license=('GPL')
depends=('glibc' 'openssh' 'readline' 'genders')
optdepends=('perl: required by the dshbak utility')
options=('libtool')
-source=("https://github.com/grondo/pdsh/archive/pdsh-${pkgver}.tar.gz")
+source=("https://github.com/chaos/pdsh/releases/download/pdsh-${pkgver}/pdsh-${pkgver}.tar.gz")
conflicts=('pdsh')
provides=('pdsh')
-sha256sums=('3c58b955b4f5f24e75905a5e133b5d28ce04246566e28701902359adab806765')
+sha256sums=('7368087429d6269f0a6313c406ef38c6a6a947bc003ca7368fc6481b139d942f')
build() {
- cd "${srcdir}/pdsh-pdsh-${pkgver}"
+ cd "${srcdir}/pdsh-${pkgver}"
./bootstrap
./configure --prefix=/usr \
--mandir=/usr/share/man \
@@ -30,12 +30,12 @@ build() {
}
check() {
- cd "${srcdir}/pdsh-pdsh-${pkgver}"
+ cd "${srcdir}/pdsh-${pkgver}"
make check
}
package() {
- cd "${srcdir}/pdsh-pdsh-${pkgver}"
+ cd "${srcdir}/pdsh-${pkgver}"
make DESTDIR="${pkgdir}/" install
}