mercurial: update to 5.9.

This commit is contained in:
mobinmob 2021-08-28 17:31:14 +03:00 committed by Érico Nogueira Rolim
parent cdfdd34b83
commit f67532aa7c

View file

@ -1,6 +1,6 @@
# Template file for 'mercurial' # Template file for 'mercurial'
pkgname=mercurial pkgname=mercurial
version=5.8.1 version=5.9
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3 python3-setuptools python3-devel gettext" hostmakedepends="python3 python3-setuptools python3-devel gettext"
@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://www.mercurial-scm.org/" homepage="https://www.mercurial-scm.org/"
distfiles="https://www.mercurial-scm.org/release/mercurial-${version}.tar.gz" distfiles="https://www.mercurial-scm.org/release/mercurial-${version}.tar.gz"
checksum=81baa3fe2087bdda2dd119d7ea948f6badebaeb7b528a7d18b277e2ceb22b19b checksum=70d53f72d495e97f1bac6e6bf65b9c760dc1d52e166c0b9754d1e54371c1307a
pre_check() { pre_check() {
if [ "$XBPS_TARGET_LIBC" = musl ]; then if [ "$XBPS_TARGET_LIBC" = musl ]; then
@ -31,7 +31,7 @@ do_check() {
fi fi
cd tests cd tests
rm test-hghave.t test-merge-tools.t rm test-hghave.t test-merge-tools.t test-status.t
python3 run-tests.py ${makejobs} ${_additional_test} python3 run-tests.py ${makejobs} ${_additional_test}
} }