From ce0648523d61cf15b10854ff8c9e7a20e878345d Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Tue, 18 May 2021 14:20:34 +0200 Subject: [PATCH] acr: update to 1.9.8. By ericonr: fix tests. Closes: #30965 [via git-merge-pr] --- srcpkgs/acr/patches/fix-test.patch | 9 +++++++++ srcpkgs/acr/template | 6 ++++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/acr/patches/fix-test.patch diff --git a/srcpkgs/acr/patches/fix-test.patch b/srcpkgs/acr/patches/fix-test.patch new file mode 100644 index 0000000000..05816ddfdb --- /dev/null +++ b/srcpkgs/acr/patches/fix-test.patch @@ -0,0 +1,9 @@ +diff --git a/examples/pkgcfg.acr b/examples/pkgcfg.acr +index ce7fa02..10da766 100644 +--- a/examples/pkgcfg.acr ++++ b/examples/pkgcfg.acr +@@ -1,3 +1,4 @@ ++USE_PKGCONFIG + PKGCFG GTK_FLAGS GTK_LIBS gtk+-2.0 + + CHKVER libuv 1.0.0 diff --git a/srcpkgs/acr/template b/srcpkgs/acr/template index f04b483c2d..88d79a1a67 100644 --- a/srcpkgs/acr/template +++ b/srcpkgs/acr/template @@ -1,12 +1,14 @@ # Template file for 'acr' pkgname=acr -version=1.9.4 +version=1.9.8 revision=1 build_style=gnu-configure +checkdepends="pkg-config" make_check_target=test short_desc="AutoConf Replacement" maintainer="Felipe Nogueira " license="GPL-2.0-or-later" homepage="https://github.com/radare/acr" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=0b3cbd0c37fc9704a786e889e46e8ba2dc6c6b3701c5c4a605e7621823730895 +checksum=88bb2e4cb35b18370675710806c4ef03ef81a6ed521b939e272267754e8484c1 +patch_args=-Np1