summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Beslik2020-03-14 21:34:14 +0200
committerRoman Beslik2020-03-14 21:34:14 +0200
commitd6818098502b9d5044c50d1469bda8a7dc09fad4 (patch)
tree8c9541b6ac59bcb46456b4035699492d4957dad0
parent6899afba890aa6eddbb7a06e441a9787e782b74c (diff)
downloadaur-d6818098502b9d5044c50d1469bda8a7dc09fad4.tar.gz
provides a specific version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85eec1595376..2b168c604d46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = mono-alt-csc
depends = python
depends = ca-certificates
provides = monodoc
- provides = mono
+ provides = mono=6.4.0.198
conflicts = monodoc
conflicts = mono
replaces = mono
diff --git a/PKGBUILD b/PKGBUILD
index 3ab860201643..527faf348740 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('x86_64')
license=('GPL' 'LGPL2.1' 'MPL')
depends=('zlib' 'libgdiplus>=4.2' 'sh' 'python' 'ca-certificates')
makedepends=('cmake' 'git')
-provides=('monodoc' 'mono')
+provides=('monodoc' "mono=${pkgver}")
conflicts=('monodoc' 'mono')
replaces=('mono')
install=mono.install