summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Marie de Rodat2018-06-27 18:25:07 +0200
committerPierre-Marie de Rodat2018-06-27 18:25:07 +0200
commit7f37417cd08a76adf63a0e8d6af45ef9c53225ed (patch)
tree2eae6e845b89d5b4eece8cd1b2846c1f29572a71
parent9e499f3b217f2e004ff088dfb2dd226be5dd6f85 (diff)
downloadaur-libgpr-git.tar.gz
Remove xmlada from makedepends, as it's already in depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30c567c9cae3..84234f66c0d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libgpr-git
pkgdesc = Ada library to handle GPRbuild project files
- pkgver = r3307.832b1ce6
+ pkgver = r3363.f169bdd6
pkgrel = 1
url = https://github.com/AdaCore/gprbuild/
arch = i686
@@ -8,7 +8,6 @@ pkgbase = libgpr-git
license = GPL3
makedepends = git
makedepends = gprbuild-bootstrap-git
- makedepends = xmlada
depends = glibc
depends = xmlada
provides = libgpr
diff --git a/PKGBUILD b/PKGBUILD
index 4c3554acdba8..e1b63ce23bd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Rod Kay <charlie5 on #ada at freenode.net>
# Contributor: Earnestly <zibeon AT googlemail.com>
pkgname=libgpr-git
-pkgver=r3307.832b1ce6
+pkgver=r3363.f169bdd6
pkgrel=1
pkgdesc="Ada library to handle GPRbuild project files"
arch=('i686' 'x86_64')
url="https://github.com/AdaCore/gprbuild/"
license=('GPL3')
depends=('glibc' 'xmlada')
-makedepends=('git' 'gprbuild-bootstrap-git' 'xmlada')
+makedepends=('git' 'gprbuild-bootstrap-git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/AdaCore/gprbuild.git'