diff --git a/srcpkgs/FeedReader/template b/srcpkgs/FeedReader/template index 76656973c4a..21f85adbca9 100644 --- a/srcpkgs/FeedReader/template +++ b/srcpkgs/FeedReader/template @@ -1,6 +1,6 @@ # Template file for 'FeedReader' pkgname=FeedReader -version=2.2 +version=2.2.1 revision=1 build_style=meson hostmakedepends="glib-devel intltool itstool pkg-config vala" @@ -11,13 +11,19 @@ short_desc="Modern desktop RSS desktop client" maintainer="Enno Boland " license="GPL-3.0-only" homepage="https://jangernert.github.io/FeedReader/" -distfiles="https://github.com/jangernert/$pkgname/archive/v$version.tar.gz" -checksum=621b0fc544e37101b5a0486618144e83e4fd961020a3f67e80703c18a47d704f +distfiles="https://github.com/jangernert/${pkgname}/archive/${version}.tar.gz" +checksum=4dca0fe4622cebeb7cc7d3138d404e2b35877036da7588dd6867ac90a5763cf7 case "$XBPS_TARGET_MACHINE" in x86_64-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/2615/steps/shell_3/logs/stdio";; esac +pre_configure() { + # The post-install scripts does stuff our hooks are supposed to do + # remove it. + sed '/meson.add_install_script/d' meson.build +} + pre_build() { : sed '/\/usr\/bin\/valac/s#--pkg=goa-#--pkg=Goa-#' \ -i $(find build -name build.make)