mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
FeedReader: update to 2.6.2.
This commit is contained in:
parent
a1af7be334
commit
359f7aeac6
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'FeedReader'
|
# Template file for 'FeedReader'
|
||||||
pkgname=FeedReader
|
pkgname=FeedReader
|
||||||
version=2.6.1
|
version=2.6.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="glib-devel intltool itstool pkg-config vala"
|
hostmakedepends="glib-devel intltool itstool pkg-config vala"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://jangernert.github.io/FeedReader/"
|
homepage="https://jangernert.github.io/FeedReader/"
|
||||||
distfiles="https://github.com/jangernert/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jangernert/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=9dabf75fe48693ad94f266927c38f5fc8aa442c0e79fa869a80cdb3ec4c44c6c
|
checksum=19e46d910f0b574a6a77938d82dbcc6c2ee168fe73f4086bf4fa7289f1fa0478
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
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";;
|
x86_64-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/2615/steps/shell_3/logs/stdio";;
|
||||||
|
@ -20,5 +20,5 @@ esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Remove DecSync plugin which is a git submodule
|
# Remove DecSync plugin which is a git submodule
|
||||||
sed -i "s|'decsync', ||g" meson_options.txt
|
vsed -e "s|'decsync', ||g" -i meson_options.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue