summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2021-09-17 11:55:14 +0200
committerGordian Edenhofer2021-09-17 11:56:01 +0200
commitb37f99628957e2ed6195628607272a3b23f84472 (patch)
tree7b4c2dbf7087c44d80570eb9719c06c2b49efac7 /PKGBUILD
parentb793dc7995636e498f5e3051fcde080bfe7aef6b (diff)
downloadaur-b37f99628957e2ed6195628607272a3b23f84472.tar.gz
upgpkg: slurm-llnl 21.08.1.1-1
Fix a spelling mistake in `backup`. upgpkg: slurm-llnl-git 21.08.1.1.r74.g4a2cbec635-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b6d75bf03a8..20ee45b30389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Submitter: Fredrik Tegenfeldt <fredrik.tegenfeldt@unige.ch>
pkgname=slurm-llnl-git
-pkgver=21.08.0.1.r33.g30f31a7b6f
+pkgver=21.08.1.1.r74.g4a2cbec635
pkgrel=1
pkgdesc="Simple Linux Utility for Resource Management (development version)"
arch=('i686' 'x86_64' 'armv7h')
@@ -29,7 +29,7 @@ optdepends=("hwloc: enables the task/cgroup plugin"
makedepends=('git' 'python' 'gtk2' 'hwloc' 'rrdtool' 'hdf5')
provides=("slurm-llnl=${pkgver}")
conflicts=('slurm-llnl')
-backup=('etc/sysconfig/slurmd' 'etc/sysconfig/slurmctld', 'etc/sysconfig/slurmdbd')
+backup=('etc/sysconfig/slurmd' 'etc/sysconfig/slurmctld' 'etc/sysconfig/slurmdbd')
source=("slurm-llnl.sysusers"
"slurm-llnl.tmpfiles"
"${pkgname}"::"git+https://github.com/SchedMD/slurm.git")