summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2020-05-21 20:47:16 +0200
committerPierre-Marie de Rodat2020-06-13 17:37:01 +0200
commit9a8264c849808b6226fad06602d2fa42e1a61ce3 (patch)
treeecfb50d44208f2511f77fe02670672b0bfdfb9eb /PKGBUILD
parent332aed0ae26cc021048d384f012b3dc666923e04 (diff)
downloadaur-xmlada-git.tar.gz
Fix pkgdesc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c39f8ef6a510..ec9a718fe198 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=xmlada-git
-pkgver=r1524.9dd5a10
+pkgver=r1543.e5bbafe
pkgrel=1
-pkgdesc="A XML parser for Ada95"
+pkgdesc="An XML parser for Ada95"
arch=('i686' 'x86_64')
url="https://github.com/AdaCore/xmlada/"
license=('GPL3' 'custom')
depends=('gcc-ada')
-makedepends=('git' 'gcc-ada' 'gprbuild-bootstrap-git')
+makedepends=('git' 'gcc-ada' 'gprbuild-bootstrap')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/AdaCore/xmlada.git'