summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2019-05-29 12:25:27 +0200
committerGordian Edenhofer2019-05-29 12:25:27 +0200
commit89531ee4006ef11305181364b3db8108c9dd25d7 (patch)
tree8b4664546e0aee4a82e8910cc54a824cdfb02d4e /PKGBUILD
parent870b88a0f778cbba95e95e539cc47ad1a6956323 (diff)
downloadaur-89531ee4006ef11305181364b3db8108c9dd25d7.tar.gz
upgpkg: slurm-llnl 19.05.0.1-2
Deprecate `autogen.sh` in favor of `autoreconf` which is already used in the -git and -dev version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13e17a5629c9..19c95a16e35f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=19.05.0.1
# Hyphens (-) are prohibited however they are used by the package author
# therefore it is necessary to invoke ${pkgver} like ${pkgver//./-}
# this will substitute any full stops (.) with hyphens
-pkgrel=1
+pkgrel=2
pkgdesc="Simple Linux Utility for Resource Management"
arch=('i686' 'x86_64' 'armv7h')
url="https://www.schedmd.com"
@@ -61,7 +61,7 @@ build() {
export CFLAGS="${CFLAGS//-fno-plt/}"
export LDFLAGS="${LDFLAGS//-z,now/-z,lazy}"
- ./autogen.sh
+ autoreconf
./configure \
--prefix=/usr \
--sbindir=/usr/bin \