summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 588087a47b67..84cd72b1d745 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Dec 2 09:28:40 UTC 2019
+# Mon Dec 2 23:23:56 UTC 2019
pkgbase = ghdl-mcode-git
pkgdesc = VHDL simulator - mcode back-end
pkgver = 0.37dev.r4250.gd11ad228
@@ -10,7 +10,8 @@ pkgbase = ghdl-mcode-git
license = GPLv2
makedepends = gcc-ada
makedepends = git
- provides = ghdl
+ provides = ghdl=0.37dev.r4250.gd11ad228
+ provides = ghdl-git=0.37dev.r4250.gd11ad228
conflicts = ghdl
conflicts = ghdl-gcc-git
conflicts = ghdl-llvm-git
diff --git a/PKGBUILD b/PKGBUILD
index 4c047c680477..e77a0fae7633 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='VHDL simulator - mcode back-end'
url='https://github.com/ghdl/ghdl'
license=('GPLv2')
-provides=('ghdl')
+provides=("ghdl=$pkgver" "ghdl-git=$pkgver")
conflicts=('ghdl' 'ghdl-gcc-git' 'ghdl-llvm-git')
makedepends=('gcc-ada' 'git')