itstool: update to 2.0.5.
This commit is contained in:
parent
a0a445c350
commit
89c88dffed
1 changed files with 6 additions and 7 deletions
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'itstool'
|
||||
pkgname=itstool
|
||||
reverts="2.0.3_1 2.0.4_1"
|
||||
version=2.0.2
|
||||
revision=5
|
||||
version=2.0.5
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="PYTHON=/usr/bin/python2"
|
||||
hostmakedepends="python libxml2-python"
|
||||
configure_args="PYTHON=/usr/bin/python3"
|
||||
hostmakedepends="python3 libxml2-python3"
|
||||
makedepends="$hostmakedepends"
|
||||
depends="$makedepends"
|
||||
short_desc="ITS Tool"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://itstool.org/"
|
||||
distfiles="http://files.itstool.org/itstool/${pkgname}-${version}.tar.bz2"
|
||||
checksum=bf909fb59b11a646681a8534d5700fec99be83bb2c57badf8c1844512227033a
|
||||
checksum=100506f8df62cca6225ec3e631a8237e9c04650c77495af4919ac6a100d4b308
|
||||
|
|
Loading…
Reference in a new issue