dtrx: update to 8.5.3.

This commit is contained in:
triallax 2023-08-06 15:55:08 +01:00 committed by Duncan Overbruck
parent ff66cbca7c
commit 9dceb70049
1 changed files with 3 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'dtrx'
pkgname=dtrx
version=8.5.0
version=8.5.3
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -9,11 +9,7 @@ short_desc="Tool that takes all the hassle out of extracting archives"
maintainer="travankor <travankor@tuta.io>"
license="GPL-3.0-or-later"
homepage="https://github.com/dtrx-py/dtrx/"
changelog="https://github.com/dtrx-py/dtrx/releases"
distfiles="https://github.com/dtrx-py/dtrx/archive/${version}.tar.gz"
checksum=fb57a3cf334b2d03b4ab723c04f21c4a102cbbaeb179cf443eafb325e59a47e4
checksum=98e051422f705c3033702bdb7c385eb8561a6b611c982ac07d76a4c44c76f293
make_check=no # Tests require docker
pre_build() {
# https://github.com/dtrx-py/dtrx/issues/45
vsed -e '/platform==unsupported;platform_system=="Windows"/d' -i setup.cfg
}