acr: update to 1.9.8.
By ericonr: fix tests. Closes: #30965 [via git-merge-pr]
This commit is contained in:
parent
6dd2c9a2bd
commit
ce0648523d
2 changed files with 13 additions and 2 deletions
9
srcpkgs/acr/patches/fix-test.patch
Normal file
9
srcpkgs/acr/patches/fix-test.patch
Normal file
|
@ -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
|
|
@ -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 <contato.fnog@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue