summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2020-05-21 14:56:07 +0200
committerPierre-Marie de Rodat2020-06-13 12:36:42 +0200
commit9de5f9d799d099274ba145f3a7ad91037a509950 (patch)
treef7107ed45d55dbe63f7c9e646eaefe799544045b
parent914e938379576ed26a313a4d898872b27a4154da (diff)
downloadaur-9de5f9d799d099274ba145f3a7ad91037a509950.tar.gz
Package cleanup
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 055b19a67d9d..76b45fd535db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,9 @@ arch=('i686' 'x86_64')
url="https://github.com/AdaCore/gprbuild/"
license=('GPL3')
depends=('libgpr')
-makedepends=('git' 'gprbuild-bootstrap-git' 'libgpr')
+makedepends=('git' 'gprbuild-bootstrap-git')
+provides=("gprbuild-bootstrap")
+conflicts=("gprbuild-bootstrap")
# gprbuild-bootstrap is here only to bootstrap gprbuild and xmlada
provides=("${pkgname%-git}" "gprbuild-bootstrap-git")