summaryrefslogtreecommitdiffstats
path: root/abs/extra/xmlto/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/xmlto/PKGBUILD')
-rw-r--r--abs/extra/xmlto/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra/xmlto/PKGBUILD b/abs/extra/xmlto/PKGBUILD
index 76db93c..f9fc36e 100644
--- a/abs/extra/xmlto/PKGBUILD
+++ b/abs/extra/xmlto/PKGBUILD
@@ -5,16 +5,15 @@
# Contributor: Robert Stoffers <rob1@ubuntu.com>
pkgname=xmlto
-pkgver=0.0.21
-pkgrel=2
+pkgver=0.0.23
+pkgrel=1
pkgdesc="Convert xml to many other formats"
arch=('i686' 'x86_64')
url="http://cyberelk.net/tim/software/xmlto/"
license=('GPL')
depends=('libxslt>=1.1.24')
makedepends=('docbook-xsl')
-source=(https://fedorahosted.org/releases/x/m/xmlto/xmlto-0.0.21.tar.bz2)
-md5sums=('cc2039dedc81f1a56b06e5fdac6f7570')
+source=(https://fedorahosted.org/releases/x/m/xmlto/${pkgname}-${pkgver}.tar.bz2)
build() {
cd $srcdir/${pkgname}-${pkgver}
@@ -22,3 +21,4 @@ build() {
make || return 1
make DESTDIR=$pkgdir install || return 1
}
+md5sums=('3001d6bb2bbc2c8f6c2301f05120f074')