summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-08-25 16:01:02 +0200
committerHyacinthe Cartiaux2017-08-25 16:01:02 +0200
commit6f34ee701f83cfb1822f71fb1b76fdb4ee5685ad (patch)
treec724ebc5111deb53b6c9ca1492da4441a793a745
parent0af1ff0f15428124392321873f078d35d28c5c2b (diff)
downloadaur-6f34ee701f83cfb1822f71fb1b76fdb4ee5685ad.tar.gz
Pkgrel bump, fix package build function
-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 \