summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3de165e26e4a..70e9c12aeb6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = slurm-llnl-git
pkgdesc = Simple Linux Utility for Resource Management (development version)
- pkgver = 18.08.5.2.r881.g2aeba922c6
+ pkgver = 19.05.0.0pre3.r28.g3816940ca5
pkgrel = 1
url = https://www.schedmd.com
install = slurm-llnl-git.install
@@ -28,7 +28,7 @@ pkgbase = slurm-llnl-git
optdepends = ncurses: adds the smap command
optdepends = gtk2: enables the sview command, a simple graphical frontend
optdepends = pmix: support Open MPI applications using PMIx
- provides = slurm-llnl=18.08.5.2.r881.g2aeba922c6
+ provides = slurm-llnl=19.05.0.0pre3.r28.g3816940ca5
conflicts = slurm-llnl
backup = etc/default/slurm-llnl
source = slurm-tmpfiles.conf
diff --git a/PKGBUILD b/PKGBUILD
index 5b3b416ef527..2e86150bf5fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Submitter: Fredrik Tegenfeldt <fredrik.tegenfeldt@unige.ch>
pkgname=slurm-llnl-git
-pkgver=18.08.5.2.r881.g2aeba922c6
+pkgver=19.05.0.0pre3.r28.g3816940ca5
pkgrel=1
pkgdesc="Simple Linux Utility for Resource Management (development version)"
arch=('i686' 'x86_64' 'armv7h')
@@ -67,7 +67,7 @@ build() {
export CFLAGS="${CFLAGS//-fno-plt/}"
export LDFLAGS="${LDFLAGS//-z,now/-z,lazy}"
- ./autogen.sh
+ autoreconf
./configure \
--prefix=/usr \
--sbindir=/usr/bin \