summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5310ff57bbd3..9043f8edaa78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = slurm-llnl-dev
pkgdesc = Simple Linux Utility for Resource Management (development version)
- pkgver = 19.05.0.0pre1
+ pkgver = 19.05.0.0pre3
pkgrel = 1
url = https://www.schedmd.com
install = slurm-llnl-dev.install
@@ -27,7 +27,7 @@ pkgbase = slurm-llnl-dev
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=19.05.0.0pre1
+ provides = slurm-llnl=19.05.0.0pre3
conflicts = slurm-llnl
backup = etc/default/slurm-llnl
source = slurm-tmpfiles.conf
@@ -35,12 +35,12 @@ pkgbase = slurm-llnl-dev
source = slurmctld.service
source = slurmd.service
source = slurmdbd.service
- source = https://github.com/SchedMD/slurm/archive/slurm-19-05-0-0pre1.tar.gz
+ source = https://github.com/SchedMD/slurm/archive/slurm-19-05-0-0pre3.tar.gz
sha512sums = 61f07699353d607ec43bab2a4fe29b4a380dab10108619e67ca2737193ab044a6e263179f7def932660acefd34c790c9d2b301cd6a49d92b8b80deeb1c7b8011
sha512sums = f74dacaaffa35fa11a62bb9efa492bb4ef9b197748f28c15210f362382da27ec1dd88a57a48fc6807029c93c9033c82e11545ea36622c683ae7bd09970ef8710
sha512sums = a1c2478a049dc1c024d773a73f363da6c9106d9533137f919394e8213376cb9167c8fcca7b038d1c45c441a1adce4524ccb68b6dd269a1000aba11b84b5352d5
sha512sums = ae2d0275bc9e0aac15d0d1dd4913b70ed4d4032e76c9c6ffdeae345c55834219f6495429d1d1c9129779221d6d08bada1228ccdb1c671b05d4a92ed6088bf55c
sha512sums = 56459e20d7f2624a8e8dd2982693b257e65df22c3609d991afdc1b2f79adaefc0586a76fd5fdd7dc2bdd39b3af0c91f38ddc4b1139081968903450bc28aca304
- sha512sums = c0bd4638638118d992314158ff5b1a2d1052fb10062e723321efc93082cef3973e8e8061e19a62ab4fdebcc19e3aa6527934377035848ec1d849c6fc156c5aa9
+ sha512sums = a668bc92335e7f27c117b83f758f97f747ff850c52356d83942cc8bd30b0c753692312b200d29d8f2a3581eb634513286a503cfec64f17768ddbcf6210f1213e
pkgname = slurm-llnl-dev
diff --git a/PKGBUILD b/PKGBUILD
index d294934f303a..4f7e7a0054a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Submitter: Fredrik Tegenfeldt <fredrik.tegenfeldt@unige.ch>
pkgname=slurm-llnl-dev
-pkgver=19.05.0.0pre1
+pkgver=19.05.0.0pre3
# 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
@@ -45,7 +45,7 @@ sha512sums=('61f07699353d607ec43bab2a4fe29b4a380dab10108619e67ca2737193ab044a6e2
'a1c2478a049dc1c024d773a73f363da6c9106d9533137f919394e8213376cb9167c8fcca7b038d1c45c441a1adce4524ccb68b6dd269a1000aba11b84b5352d5'
'ae2d0275bc9e0aac15d0d1dd4913b70ed4d4032e76c9c6ffdeae345c55834219f6495429d1d1c9129779221d6d08bada1228ccdb1c671b05d4a92ed6088bf55c'
'56459e20d7f2624a8e8dd2982693b257e65df22c3609d991afdc1b2f79adaefc0586a76fd5fdd7dc2bdd39b3af0c91f38ddc4b1139081968903450bc28aca304'
- 'c0bd4638638118d992314158ff5b1a2d1052fb10062e723321efc93082cef3973e8e8061e19a62ab4fdebcc19e3aa6527934377035848ec1d849c6fc156c5aa9')
+ 'a668bc92335e7f27c117b83f758f97f747ff850c52356d83942cc8bd30b0c753692312b200d29d8f2a3581eb634513286a503cfec64f17768ddbcf6210f1213e')
build() {
cd "${srcdir}/slurm-slurm-${pkgver//./-}"
@@ -62,7 +62,7 @@ build() {
export CFLAGS="${CFLAGS//-fno-plt/}"
export LDFLAGS="${LDFLAGS//-z,now/-z,lazy}"
- ./autogen.sh
+ autoreconf
./configure \
--prefix=/usr \
--sbindir=/usr/bin \