summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-08-30 16:12:05 +0200
committerHyacinthe Cartiaux2017-08-30 16:12:05 +0200
commit06751d510a2f4a7ac5db65f39979bfde29c74f1d (patch)
tree12fbe9a038aea12d092749cd6498dbbf6033aa24
parentc00341f376c7447a53e56d42b7360a7936d095fd (diff)
downloadaur-06751d510a2f4a7ac5db65f39979bfde29c74f1d.tar.gz
Revert "Pkgrel bump, fix package build function"
This reverts commit 6f34ee701f83cfb1822f71fb1b76fdb4ee5685ad.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd152e0b46cc..fe0eb3237b28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pdsh-genders
pkgver=2.32
-pkgrel=2
+pkgrel=1
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}"
- autoreconf -fiv
+ ./bootstrap
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \