summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-09-01 14:38:33 +0200
committerHyacinthe Cartiaux2017-09-01 14:38:33 +0200
commit90416a2257909673db1231cf7223ee87c4c31c37 (patch)
tree1371941f6313a57bf834a4aa300a2e235acba2e6
parent342315a1a3ee58a95ca4c53602ee520efbe19c9d (diff)
downloadaur-90416a2257909673db1231cf7223ee87c4c31c37.tar.gz
Pkgrel bump: remove ./bootstrap
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a39c8ee9dd3..becb7949b473 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pdsh-genders
pkgver=2.33
-pkgrel=1
+pkgrel=2
pkgdesc='Parallel Distributed Shell'
url='https://github.com/chaos/pdsh'
arch=('i686' 'x86_64')
@@ -18,7 +18,6 @@ sha256sums=('7368087429d6269f0a6313c406ef38c6a6a947bc003ca7368fc6481b139d942f')
build() {
cd "${srcdir}/pdsh-${pkgver}"
- ./bootstrap
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \