summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Kay2018-09-09 17:44:26 +1000
committerRod Kay2018-09-09 17:44:26 +1000
commit13dcd5f10746f76e9a4c1eba2aa61b47d90a757b (patch)
tree05d4d67a8f597f6597734a05979529cfdd94c41b
parent854ad789d48aed460047f4e1496131b6caf06e9d (diff)
downloadaur-13dcd5f10746f76e9a4c1eba2aa61b47d90a757b.tar.gz
Correct the conflicts settings
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3035d3cb1b4f..8a724eab202a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,9 @@ pkgbase = gnatcoll-core
makedepends = gprbuild
depends = gcc-ada
depends = libgpr
- provides = gnatcoll
+ provides = gnatcoll-core
conflicts = gnatcoll
+ conflicts = gnatcoll-core-git
source = http://mirrors.cdn.adacore.com/art/5b0819dfc7a447df26c27a99
sha1sums = 213105933eb2deb4d08f6b5beab518ad6c70fbac
diff --git a/PKGBUILD b/PKGBUILD
index c78c6521e327..b4002e98d1d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ license=('GPL')
depends=('gcc-ada' 'libgpr')
makedepends=('gprbuild')
-provides=('gnatcoll')
-conflicts=('gnatcoll')
+provides=('gnatcoll-core')
+conflicts=('gnatcoll' 'gnatcoll-core-git')
source=('http://mirrors.cdn.adacore.com/art/5b0819dfc7a447df26c27a99')
sha1sums=('213105933eb2deb4d08f6b5beab518ad6c70fbac')