git: require xmlto>=0.0.25_2 to fix the build.
This commit is contained in:
parent
c8828d611f
commit
962317a6a5
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ long_desc="
|
||||||
subpackages="git-docs git-perl git-python"
|
subpackages="git-docs git-perl git-python"
|
||||||
# Required by https://
|
# Required by https://
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
makedepends="asciidoc xmlto perl openssl-devel libcurl-devel expat-devel
|
makedepends="xmlto>=0.0.25_2 asciidoc perl openssl-devel libcurl-devel
|
||||||
python-devel"
|
expat-devel python-devel"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure ${CONFIGURE_SHARED_ARGS} --with-curl \
|
./configure ${CONFIGURE_SHARED_ARGS} --with-curl \
|
||||||
|
|
Loading…
Reference in a new issue