summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2016-04-18 19:53:38 +0200
committerGordian Edenhofer2016-04-18 19:53:38 +0200
commit8368f386c1fe04224055da6660a106194649fc5f (patch)
treec506f7f905bed01606c50fd4a1dddc47f72704b4 /PKGBUILD
parentb97151504fad1ed351c64c130ef53a02ad1017a0 (diff)
downloadaur-8368f386c1fe04224055da6660a106194649fc5f.tar.gz
Upgpkg: 16.05.0_0pre2-2
Mention pkgver in provides field for better dependency handling.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"