rssguard: update to 3.6.3.

This commit is contained in:
mobinmob 2020-06-09 21:20:37 +03:00 committed by Helmut Pozimski
parent ab08b8a480
commit 7513597e43

View file

@ -1,6 +1,6 @@
# Template file for 'rssguard'
pkgname=rssguard
version=3.5.9
version=3.6.3
revision=1
build_style=qmake
configure_args="CONFIG+=release LRELEASE_EXECUTABLE=lrelease-qt5 USE_WEBENGINE=false"
@ -8,10 +8,10 @@ makedepends="qt5-tools-devel"
depends="desktop-file-utils qt5-plugin-sqlite"
short_desc="Simple (yet powerful) Qt5 feed reader"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3"
license="GPL-3.0-only"
homepage="https://github.com/martinrotter/rssguard"
distfiles="https://github.com/martinrotter/rssguard/archive/${version}.tar.gz"
checksum=e32297c844a2b8e62895d51d4a71903d9e297eaf6d08c12a18db4c9000291ec1
checksum=12c2c36cd36b315e4ccfe75b67ae36c4bad770b9a4a1ab2fbb5a33a3b4ef0954
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-tools-devel"