From 072610c09f54c6ea755a72d04efbd9ea32ba6f1e Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Mon, 26 Aug 2024 15:48:55 -0400 Subject: [PATCH] chroot-gawk: fix cycle. --- srcpkgs/chroot-gawk/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/chroot-gawk/template b/srcpkgs/chroot-gawk/template index ae98ea58403..d1daf9250c3 100644 --- a/srcpkgs/chroot-gawk/template +++ b/srcpkgs/chroot-gawk/template @@ -1,11 +1,10 @@ # Template file for 'chroot-gawk' pkgname=chroot-gawk version=5.3.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false --disable-pma" -hostmakedepends="automake" # Needed to run because of sed short_desc="GNU awk utility -- for xbps-src use" maintainer="Enno Boland " license="GPL-3.0-or-later"