summaryrefslogtreecommitdiff
path: root/extra/xmlto/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xmlto/PKGBUILD')
-rw-r--r--extra/xmlto/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xmlto/PKGBUILD b/extra/xmlto/PKGBUILD
index cff9429c4..bf169f4e3 100644
--- a/extra/xmlto/PKGBUILD
+++ b/extra/xmlto/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 201307 2013-12-08 11:06:49Z giovanni $
+# $Id: PKGBUILD 206130 2014-02-19 17:21:53Z 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=3
+pkgrel=4
pkgdesc="Convert xml to many other formats"
arch=('i686' 'x86_64')
url="http://cyberelk.net/tim/software/xmlto/"
@@ -19,8 +19,8 @@ md5sums=('6b6267b1470f8571fe5f63a128970364')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
- --mandir=/usr/share/man
+ BASH=/bin/bash ./configure --prefix=/usr \
+ --mandir=/usr/share/man
make
}