chroot-git: update to 2.26.2; no dep. on gettext

This commit is contained in:
Jürgen Buchmüller 2020-04-22 22:06:56 +02:00
parent 0fbb0cc794
commit 08e5cef014

View file

@ -1,6 +1,6 @@
# Template file for 'chroot-git'
pkgname=chroot-git
version=2.26.0
version=2.26.2
revision=1
bootstrap=yes
wrksrc="git-${version}"
@ -14,10 +14,10 @@ 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=9ece0dcb07a5e0d7366a92b613b201cca11ae368ab7687041364b3e756e495d6
checksum=6d65132471df9e531807cb2746f8be317e22a343b9385bbe11c9ce7f0d2fc848
if [ "$CHROOT_READY" ]; then
hostmakedepends="perl gettext tar"
hostmakedepends="perl tar"
fi
post_configure() {