summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe0eb3237b28..fd152e0b46cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pdsh-genders
pkgver=2.32
-pkgrel=1
+pkgrel=2
pkgdesc='Parallel Distributed Shell'
url='https://github.com/grondo/pdsh'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ sha256sums=('3c58b955b4f5f24e75905a5e133b5d28ce04246566e28701902359adab806765')
build() {
cd "${srcdir}/pdsh-pdsh-${pkgver}"
- ./bootstrap
+ autoreconf -fiv
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \