mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
mercurial: update to 6.5.
This commit is contained in:
parent
3c35909b27
commit
ef592d2588
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mercurial'
|
# Template file for 'mercurial'
|
||||||
pkgname=mercurial
|
pkgname=mercurial
|
||||||
version=6.3.2
|
version=6.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3 python3-setuptools python3-devel gettext git"
|
hostmakedepends="python3 python3-setuptools python3-devel gettext git"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="dataCobra <datacobra@thinkbot.de>"
|
||||||
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=cfe6eeb5dd893ab32c0b79c1531aac420773e0fc837a35db3d4d92703df45a98
|
checksum=a5603d0d395ebf67fe5d27abbb3bd37fcc01871ecf394c793672d2c1e68be7e7
|
||||||
|
|
||||||
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 test-status.t
|
rm test-hghave.t test-merge-tools.t test-status.t test-status-eacces.t
|
||||||
PATH=/tmp/bin:$PATH python3 run-tests.py ${makejobs} ${_additional_test}
|
PATH=/tmp/bin:$PATH python3 run-tests.py ${makejobs} ${_additional_test}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue