Date: Saturday, December 3, 2022 @ 07:37:48 Author: felixonmars Revision: 1356288
upgpkg: slurm-llnl 22.05.4.1-1 Modified: slurm-llnl/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-03 07:35:30 UTC (rev 1356287) +++ PKGBUILD 2022-12-03 07:37:48 UTC (rev 1356288) @@ -4,11 +4,11 @@ # Contributor: Fredrik Tegenfeldt <[email protected]> pkgname=slurm-llnl -pkgver=22.05.3.1 +pkgver=22.05.4.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=2 +pkgrel=1 pkgdesc="Simple Linux Utility for Resource Management" arch=('x86_64') url="https://www.schedmd.com" @@ -15,7 +15,7 @@ license=('GPL') depends=('munge' 'hwloc') optdepends=("lua: the lua API will be available in various plugins" - "mariadb-libs: support for accounting" + "mariadb-libs: support for accounting" "postgresql-libs: support for PostgreSQL" "hdf5: support for acct_gather_profile/hdf5 job profiling" "openssl: support for the crypto/openssl CryptoType plugin" @@ -27,10 +27,10 @@ "ncurses: adds the smap command " "gtk2: enables the sview command, a simple graphical frontend" "openpmix: support Open MPI applications using PMIx" - "json-c: JSON serializer support" - "libyaml: YAML serializer support" - "http-parser: for slurmrestd" - "freeipmi: for the acct_gather_energy_xcc plugin") + "json-c: JSON serializer support" + "libyaml: YAML serializer support" + "http-parser: for slurmrestd" + "freeipmi: for the acct_gather_energy_xcc plugin") makedepends=('python' 'gtk2' 'rrdtool' 'hdf5' 'lua' 'json-c' 'http-parser' 'freeipmi' 'openpmix' 'level-zero-headers' 'level-zero-loader' 'mariadb-libs' 'rdma-core' 'numactl' 'libyaml') backup=('etc/default/slurmd' 'etc/default/slurmctld' 'etc/default/slurmdbd') @@ -37,7 +37,7 @@ source=("https://github.com/SchedMD/slurm/archive/slurm-${pkgver//./-}.tar.gz" "slurm-llnl.sysusers" "slurm-llnl.tmpfiles") -sha512sums=('bdafbb2fee8c2984a5dc52bf0cf9492590fb55cdf0fc5c07d354b57f7024ca6961263ec1fa6e6adbf5ff2e12846c3ee3b8083b1f06c489d09b4fc370665a53f6' +sha512sums=('d90985d49c637bcec9c5db966b1aad1de3c72b7dc5beaa0a5159ec9a452d235da393b708d5d36ad56b2cc9f3d2942812d72383f541a793b97968df9b72f071ec' '8373ef791d68a7e0b2114f5ce670da1936bd8d96fd51fa7319d4feb85f16a673f89abcb823a114455d32d8fd9eee3e121c313a0aa986542540f120e6d35686e6' '4f7d1e36abc2ca5aa38b40403292b68f769238766ecdd44ea5d29f8106bd9b7c3e0d2236208f92e00818e37dd24c9520b6e9fe06e01b6e552ac485a1df682edd') @@ -61,7 +61,7 @@ ./configure \ --disable-developer \ --disable-debug \ - --without-rpath \ + --without-rpath \ --enable-optimizations \ --prefix=/usr \ --sbindir=/usr/bin \
