Skip to content

Commit ab5d182

Browse files
committed
apache-ant: runs on python3
1 parent 392de94 commit ab5d182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

srcpkgs/apache-ant/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'apache-ant'
22
pkgname=apache-ant
33
version=1.10.13
4-
revision=1
4+
revision=2
55
hostmakedepends="openjdk8"
66
depends="virtual?java-runtime"
77
short_desc="Java library and command-line tool that help building software"
@@ -10,7 +10,7 @@ license="Apache-2.0"
1010
homepage="https://ant.apache.org"
1111
distfiles="https://archive.apache.org/dist/ant/source/apache-ant-${version}-src.tar.xz"
1212
checksum=2a3de6f5d52f7859e0a18f23d8dcdd64cde05ed262654b2286f74759cf0d68d4
13-
python_version=2 # only script uses python2-isms like print ""
13+
python_version=3
1414

1515
nocross=yes
1616
_prefix=usr/share/apache-ant

0 commit comments

Comments
 (0)