chroot-git: update to 2.34.0.
This commit is contained in:
parent
cea371b26f
commit
837af6c1c0
1 changed files with 3 additions and 6 deletions
|
@ -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 <gottox@voidlinux.org>"
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue