Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
slurm-llnl
Commits:
7d3b6486 by Jakub Klinkovský at 2025-01-24T20:29:46+01:00
upgpkg: 24.11.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = slurm-llnl
pkgdesc = Simple Linux Utility for Resource Management
- pkgver = 24.11.0.1
- pkgrel = 2
+ pkgver = 24.11.1.1
+ pkgrel = 1
url = https://www.schedmd.com
arch = x86_64
license = GPL-2.0-or-later
@@ -21,6 +21,7 @@ pkgbase = slurm-llnl
makedepends = rrdtool
depends = curl
depends = dbus
+ depends = gcc-libs
depends = glibc
depends = hwloc
depends = lz4
@@ -42,10 +43,10 @@ pkgbase = slurm-llnl
backup = etc/default/slurmd
backup = etc/default/slurmctld
backup = etc/default/slurmdbd
- source = https://github.com/SchedMD/slurm/archive/slurm-24-11-0-1.tar.gz
+ source = https://github.com/SchedMD/slurm/archive/slurm-24-11-1-1.tar.gz
source = slurm-llnl.sysusers
source = slurm-llnl.tmpfiles
- sha512sums =
201936b1a91184878891b600bab122d68613aef4d92efd5e39bc4030d41dcfe3152717b9f463a08eb11b01afef41481393ec95ee083630a63152ef44545888c2
+ sha512sums =
6328f9f10b957572a295013b158f96977cfd396bfbc1a3c000d1de6ac196304d45fd633bd545748324e3b2cc67f6245962e06ab5a6d4ccb230b5ccc17a8cb97f
sha512sums =
c93f383f7e7ec959a3d4375b1d1a14521757c0c2bb034d3dea5604e5b6332f4d5e6f9024f0f650729931055868b80b0d7b5bd6aaea6429a70c63a2b86b53e549
sha512sums =
4f7d1e36abc2ca5aa38b40403292b68f769238766ecdd44ea5d29f8106bd9b7c3e0d2236208f92e00818e37dd24c9520b6e9fe06e01b6e552ac485a1df682edd
=====================================
PKGBUILD
=====================================
@@ -5,11 +5,11 @@
# Contributor: Fredrik Tegenfeldt <[email protected]>
pkgname=slurm-llnl
-pkgver=24.11.0.1
+pkgver=24.11.1.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"
@@ -17,6 +17,7 @@ license=('GPL-2.0-or-later')
depends=(
curl
dbus
+ gcc-libs
glibc
hwloc
lz4
@@ -58,7 +59,7 @@ backup=('etc/default/slurmd' 'etc/default/slurmctld'
'etc/default/slurmdbd')
source=("https://github.com/SchedMD/slurm/archive/slurm-${pkgver//./-}.tar.gz"
"slurm-llnl.sysusers"
"slurm-llnl.tmpfiles")
-sha512sums=('201936b1a91184878891b600bab122d68613aef4d92efd5e39bc4030d41dcfe3152717b9f463a08eb11b01afef41481393ec95ee083630a63152ef44545888c2'
+sha512sums=('6328f9f10b957572a295013b158f96977cfd396bfbc1a3c000d1de6ac196304d45fd633bd545748324e3b2cc67f6245962e06ab5a6d4ccb230b5ccc17a8cb97f'
'c93f383f7e7ec959a3d4375b1d1a14521757c0c2bb034d3dea5604e5b6332f4d5e6f9024f0f650729931055868b80b0d7b5bd6aaea6429a70c63a2b86b53e549'
'4f7d1e36abc2ca5aa38b40403292b68f769238766ecdd44ea5d29f8106bd9b7c3e0d2236208f92e00818e37dd24c9520b6e9fe06e01b6e552ac485a1df682edd')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/slurm-llnl/-/commit/7d3b6486eb592b24ca015fed4baeff74035cf9ba
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/slurm-llnl/-/commit/7d3b6486eb592b24ca015fed4baeff74035cf9ba
You're receiving this email because of your account on gitlab.archlinux.org.