From 837af6c1c0d781fb369917f1bdb98e404491fbd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 17 Nov 2021 07:05:54 +0700 Subject: [PATCH] chroot-git: update to 2.34.0. --- srcpkgs/chroot-git/template | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/srcpkgs/chroot-git/template b/srcpkgs/chroot-git/template index 3a65c9c0617..f7de7866263 100644 --- a/srcpkgs/chroot-git/template +++ b/srcpkgs/chroot-git/template @@ -1,7 +1,7 @@ # Template file for 'chroot-git' pkgname=chroot-git -version=2.33.1 -revision=2 +version=2.34.0 +revision=1 bootstrap=yes wrksrc="git-${version}" makedepends="zlib-devel" @@ -10,7 +10,7 @@ maintainer="Enno Boland " license="GPL-2.0-only" homepage="https://git-scm.com/" distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz" -checksum=e054a6e6c2b088bd1bff5f61ed9ba5aa91c9a3cd509539a4b41c5ddf02201f2f +checksum=fd6cb9b26665794c61f9ca917dcf00e7c19b0c02be575ad6ba9354fa6962411f if [ "$CHROOT_READY" ]; then checkdepends="perl gnupg" @@ -26,7 +26,6 @@ do_configure() { CFLAGS = $CFLAGS LDFLAGS = $LDFLAGS CC_LD_DYNPATH=-L - SKIP_DASHED_BUILT_INS = Yes NO_GETTEXT=Yes NO_OPENSSL = Yes USE_LIBPCRE := @@ -35,8 +34,6 @@ do_configure() { NO_PERL = Yes NO_PYTHON = Yes NO_TCLTK = Yes - DEFAULT_TEST_TARGET = prove - GIT_PROVE_OPTS = $makejobs # firstword (uname -m) HOST_CPU = ${XBPS_TARGET_MACHINE%-musl} SKIP_DASHED_BUILT_INS = Yes