summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-04-18 19:53:18 +0200
committerGordian Edenhofer2016-04-18 19:53:18 +0200
commite51959ebf22909af457f7717dd0a2140672c0976 (patch)
treef385f44b54765fca7da2e3d725586bc001cedcdc
parent892dbf4f34c05929783abe66de2f979d7b0404ea (diff)
downloadaur-e51959ebf22909af457f7717dd0a2140672c0976.tar.gz
Upgpkg: 27696.0cbeddd-1
Mention pkgver in provides field for better dependency handling.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf0d91f92dd2..466db638ffea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,7 +25,7 @@ pkgbase = slurm-llnl-git
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=27696.0cbeddd
conflicts = slurm-llnl
conflicts = slurm-llnl-dev
backup = etc/default/slurm-llnl
diff --git a/PKGBUILD b/PKGBUILD
index bf81fa75917f..ea576a4bbf60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ optdepends=("hwloc: enables the task/cgroup plugin"
"ncurses: adds the smap command "
"gtk2: enables the sview command, a simple graphical frontend")
makedepends=('python' 'git')
-provides=('slurm-llnl')
+provides=("slurm-llnl=${pkgver}")
conflicts=('slurm-llnl' 'slurm-llnl-dev')
backup=('etc/default/slurm-llnl')
install="${pkgname}.install"