diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-23 07:46:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-23 07:46:03 +0000 |
commit | e708529df8c08714830888eb4bf70199e5afb5ac (patch) | |
tree | d1aa10cf6901c5cfc6af3830f8d0bbd08bca1f43 | |
parent | 1782958d71df2cdc60adb585f899a2da3973e669 (diff) | |
download | aports-e708529df8c08714830888eb4bf70199e5afb5ac.tar.bz2 aports-e708529df8c08714830888eb4bf70199e5afb5ac.tar.xz |
testing/xmlto: depends on bash
-rw-r--r-- | testing/xmlto/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/xmlto/APKBUILD b/testing/xmlto/APKBUILD index a3d0c09906..f9c4c5eb2e 100644 --- a/testing/xmlto/APKBUILD +++ b/testing/xmlto/APKBUILD @@ -1,13 +1,13 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xmlto pkgver=0.0.23 -pkgrel=0 +pkgrel=1 pkgdesc="Convert xml to many other formats" url="http://cyberelk.net/tim/software/xmlto/" arch="all" license="GPL" -depends="libxslt perl-yaml-syck perl-test-pod" +depends="libxslt perl-yaml-syck perl-test-pod bash" depends_dev= makedepends="$depends_dev wget bash docbook-xsl" install="" |