From 2eee859b47910c28bc067501b91e4341b5f44eaa Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Tue, 21 Feb 2023 08:53:50 +0100 Subject: [PATCH 1/2] chroot-gawk: update to 5.2.2. --- srcpkgs/chroot-gawk/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/chroot-gawk/template b/srcpkgs/chroot-gawk/template index 1217a9d982fa..151b797d0914 100644 --- a/srcpkgs/chroot-gawk/template +++ b/srcpkgs/chroot-gawk/template @@ -1,15 +1,17 @@ # Template file for 'chroot-gawk' pkgname=chroot-gawk -version=5.0.1 +version=5.2.2 revision=1 build_style=gnu-configure -configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false" +configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false + --disable-pma" short_desc="GNU awk utility -- for xbps-src use" maintainer="Enno Boland " license="GPL-3.0-or-later" homepage="https://directory.fsf.org/wiki/Gawk" +changelog="https://git.savannah.gnu.org/cgit/gawk.git/plain/NEWS" distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz" -checksum=8e4e86f04ed789648b66f757329743a0d6dfb5294c3b91b756a474f1ce05a794 +checksum=3c1fce1446b4cbee1cd273bd7ec64bc87d89f61537471cd3e05e33a965a250e9 repository=bootstrap bootstrap=yes From 3851794dee2cf565113716331b9d8004a2b21dd1 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Thu, 8 Dec 2022 00:20:59 +0000 Subject: [PATCH 2/2] gawk: update to 5.2.2. --- srcpkgs/gawk/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gawk/template b/srcpkgs/gawk/template index b5f624bebf45..119b54bffc53 100644 --- a/srcpkgs/gawk/template +++ b/srcpkgs/gawk/template @@ -1,16 +1,17 @@ # Template file for 'gawk' pkgname=gawk -version=5.1.1 +version=5.2.2 revision=1 build_style=gnu-configure -configure_args="--with-readline" +configure_args="--with-readline --disable-pma" makedepends="readline-devel" short_desc="GNU awk utility" maintainer="Enno Boland " license="GPL-3.0-or-later" homepage="https://directory.fsf.org/wiki/Gawk" -distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=d87629386e894bbea11a5e00515fc909dc9b7249529dad9e6a3a2c77085f7ea2 +changelog="https://git.savannah.gnu.org/cgit/gawk.git/plain/NEWS" +distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz" +checksum=3c1fce1446b4cbee1cd273bd7ec64bc87d89f61537471cd3e05e33a965a250e9 lib32disabled=yes provides="awk-0_1"