From edb5ab387cc79edb4bdff8fdfa0ea7d6359aeb7b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 19 Nov 2023 15:39:26 +0100 Subject: [PATCH] xa: update to 2.4.0. --- srcpkgs/xa/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xa/template b/srcpkgs/xa/template index f421d2824b8..03d30564871 100644 --- a/srcpkgs/xa/template +++ b/srcpkgs/xa/template @@ -1,6 +1,6 @@ # Template file for 'xa' pkgname=xa -version=2.3.14 +version=2.4.0 revision=1 build_style=gnu-makefile make_check_args="-j1" @@ -11,10 +11,11 @@ maintainer="Duncaen " license="GPL-2.0-or-later" homepage="https://www.floodgap.com/retrotech/xa/" distfiles="https://www.floodgap.com/retrotech/xa/dists/xa-${version}.tar.gz" -checksum=1b9bbabddbd8d3b9410b852e50a128eea41e681339e6f76c3e8076fa5420f02e +checksum=9e587a0ca8ff791009880bfa331f6ed36935e08ef9c123822ca175285f8c030c post_extract() { vsed -i 's/${LD}/${CC}/' src/Makefile vsed -i '/CC.*-o/s/$/ $(LDFLAGS)/' misc/Makefile vsed -i 's/\($(DESTDIR)\)/\1$(PREFIX)/g' Makefile + vsed -i 's/\(^install:\) all/\1/' Makefile }