summaryrefslogtreecommitdiff
path: root/extra/xmlto/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xmlto/PKGBUILD')
-rw-r--r--extra/xmlto/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/xmlto/PKGBUILD b/extra/xmlto/PKGBUILD
index bf169f4e3..b5e476228 100644
--- a/extra/xmlto/PKGBUILD
+++ b/extra/xmlto/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 206130 2014-02-19 17:21:53Z giovanni $
+# $Id: PKGBUILD 206151 2014-02-20 11:17:14Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Sergej Pupykin <sergej@aur.archlinux.org>
@@ -6,7 +6,7 @@
pkgname=xmlto
pkgver=0.0.25
-pkgrel=4
+pkgrel=5
pkgdesc="Convert xml to many other formats"
arch=('i686' 'x86_64')
url="http://cyberelk.net/tim/software/xmlto/"
@@ -19,7 +19,7 @@ md5sums=('6b6267b1470f8571fe5f63a128970364')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
- BASH=/bin/bash ./configure --prefix=/usr \
+ ./configure BASH=/bin/bash --prefix=/usr \
--mandir=/usr/share/man
make
}