summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Marie de Rodat2017-06-19 11:20:46 +0200
committerPierre-Marie de Rodat2017-06-19 11:21:13 +0200
commit4918ec3d05a957957b10138fb23e4013f832be07 (patch)
tree061cbbd385e85d74e072ea189933b2f25b53afd3
parent673951a752d84a7c9fb07db4c190431888a8f6f7 (diff)
downloadaur-4918ec3d05a957957b10138fb23e4013f832be07.tar.gz
Provide gprbuild-bootstrap instead of gprbuild
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20060b821089..b55572a06d9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gprbuild-bootstrap-git
pkgdesc = Static GPRbuild to bootstrap XML/Ada and GPRbuild itself
- pkgver = r3152.ba7dba01
+ pkgver = r3154.7e996a6c
pkgrel = 1
url = https://github.com/AdaCore/gprbuild/
arch = i686
@@ -9,8 +9,9 @@ pkgbase = gprbuild-bootstrap-git
makedepends = git
makedepends = gcc-ada
depends = glibc
- provides = gprbuild
+ provides = gprbuild-bootstrap
conflicts = gprbuild
+ conflicts = gprbuild-bootstrap
source = git+https://github.com/AdaCore/gprbuild.git
source = git+https://github.com/AdaCore/xmlada.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f4f26373ae7b..e325ba2c37d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pierre-Marie de Rodat <pmderodat on #ada at freenode.net>
# Contributor: Rod Kay <charlie5 on #ada at freenode.net>
pkgname=gprbuild-bootstrap-git
-pkgver=r3152.ba7dba01
+pkgver=r3154.7e996a6c
pkgrel=1
pkgdesc="Static GPRbuild to bootstrap XML/Ada and GPRbuild itself"
arch=('i686' 'x86_64')
@@ -9,8 +9,8 @@ url='https://github.com/AdaCore/gprbuild/'
license=('GPL3')
depends=('glibc')
makedepends=('git' 'gcc-ada')
-provides=('gprbuild')
-conflicts=('gprbuild')
+provides=('gprbuild-bootstrap')
+conflicts=('gprbuild' 'gprbuild-bootstrap')
source=('git+https://github.com/AdaCore/gprbuild.git'
'git+https://github.com/AdaCore/xmlada.git')
sha1sums=(SKIP SKIP)