summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 975165e143a0..720ea764cc34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jun 5 05:17:02 UTC 2017
+# Mon Jun 5 05:22:29 UTC 2017
pkgbase = xmlada
pkgdesc = xml parsing and schema based validation
pkgver = 2017
@@ -11,8 +11,8 @@ pkgbase = xmlada
makedepends = git
makedepends = gprbuild-bootstrap
depends = gcc-ada
- provides = ada-xmlada
- conflicts = ada-xmlada
+ provides = xmlada
+ conflicts = xmlada
source = git+https://github.com/AdaCore/xmlada
source = expose-cargs-and-largs-makefile.patch
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 60ca13c63855..70db1098aaa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ license=('GPL')
depends=('gcc-ada')
makedepends=('git' 'gprbuild-bootstrap')
-provides=('ada-xmlada')
-conflicts=('ada-xmlada')
+provides=('xmlada')
+conflicts=('xmlada')
source=('git+https://github.com/AdaCore/xmlada'
'expose-cargs-and-largs-makefile.patch')