From 08e5cef0145fcf713802a19318b72c681b70a0c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 22 Apr 2020 22:06:56 +0200 Subject: [PATCH] chroot-git: update to 2.26.2; no dep. on gettext --- srcpkgs/chroot-git/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/chroot-git/template b/srcpkgs/chroot-git/template index e685ed7dfa..84c34c422d 100644 --- a/srcpkgs/chroot-git/template +++ b/srcpkgs/chroot-git/template @@ -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 " 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() {