FeedReader: update to 2.8.2.

This commit is contained in:
Rasmus Thomsen 2019-02-12 15:56:04 +01:00 committed by maxice8
parent 3bc196a63a
commit a2497d6319
1 changed files with 3 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'FeedReader'
pkgname=FeedReader
version=2.7.1
version=2.8.2
revision=1
build_style=meson
hostmakedepends="glib-devel intltool itstool pkg-config vala"
@ -12,13 +12,9 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-only"
homepage="https://jangernert.github.io/FeedReader/"
distfiles="https://github.com/jangernert/${pkgname}/archive/v${version}.tar.gz"
checksum=76f889f87318e8d6b7d8aa5bfa24aceeccd0075c6a4db1896c4853ea3b6c1352
checksum=40ec53a5bdb745909b486092fb0c91686b2f1a76fce5416514f62c3f3617f612
nocross="SQLite.vala:131.12-131.36: error: The name copy does not exist in the context of Sqlite.Value"
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() {
# Remove DecSync plugin which is a git submodule
vsed -e "s|'decsync', ||g" -i meson_options.txt
}