summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec19c6d9f431..b48ae1dea440 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xmlto-git
pkgdesc = Convert XML files to various formats
- pkgver = r85.gb128bdc
+ pkgver = r92.g6fa6a0e
pkgrel = 1
url = https://pagure.io/xmlto/
arch = i686
@@ -10,10 +10,9 @@ pkgbase = xmlto-git
makedepends = docbook-xsl
depends = glibc
depends = libxslt
- provides = xmlto
+ provides = xmlto=r92.g6fa6a0e
conflicts = xmlto
source = git+https://pagure.io/xmlto.git
sha256sums = SKIP
pkgname = xmlto-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 0965a4523bd4..6c80a3b45c93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=xmlto-git
-pkgver=r85.gb128bdc
+pkgver=r92.g6fa6a0e
pkgrel=1
pkgdesc="Convert XML files to various formats"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://pagure.io/xmlto/"
license=('GPL')
depends=('glibc' 'libxslt')
makedepends=('git' 'docbook-xsl')
-provides=('xmlto')
+provides=("xmlto=$pkgver")
conflicts=('xmlto')
source=("git+https://pagure.io/xmlto.git")
sha256sums=('SKIP')