summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a66bbe7023f..69787d3c3fb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,7 +24,7 @@ pkgbase = slurm-llnl-dev
optdepends = numactl: NUMA support in the task/affinity plugin
optdepends = ncurses: adds the smap command
optdepends = gtk2: enables the sview command, a simple graphical frontend
- provides = slurm-llnl
+ provides = slurm-llnl=16.05.0_0pre2
conflicts = slurm-llnl
conflicts = slurm-llnl-git
backup = etc/default/slurm-llnl
diff --git a/PKGBUILD b/PKGBUILD
index bab235c8ab90..b79975d8190c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ optdepends=("hwloc: enables the task/cgroup plugin"
"ncurses: adds the smap command "
"gtk2: enables the sview command, a simple graphical frontend")
makedepends=('python')
-provides=('slurm-llnl')
+provides=("slurm-llnl=${pkgver}")
conflicts=('slurm-llnl' 'slurm-llnl-git')
backup=('etc/default/slurm-llnl')
install="${pkgname}.install"