mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
mercurial: update to 6.3.2.
This commit is contained in:
parent
49b9b19249
commit
29503547ef
1 changed files with 2 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mercurial'
|
# Template file for 'mercurial'
|
||||||
pkgname=mercurial
|
pkgname=mercurial
|
||||||
version=6.3.1
|
version=6.3.2
|
||||||
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=6c39ab8732948d89cf1208751dd7d85d4042aa82153977451b9eb13367585072
|
checksum=cfe6eeb5dd893ab32c0b79c1531aac420773e0fc837a35db3d4d92703df45a98
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
|
@ -24,12 +24,6 @@ pre_check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
mkdir -p /tmp/bin
|
|
||||||
cat <<-'EOF' >/tmp/bin/egrep
|
|
||||||
#!/bin/sh
|
|
||||||
exec grep -E "$@"
|
|
||||||
EOF
|
|
||||||
chmod +x /tmp/bin/egrep
|
|
||||||
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
||||||
_additional_test=--allow-slow-tests
|
_additional_test=--allow-slow-tests
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue