From 4a2132da6c90ce5512ee232e7ca35b3dcc567e9d Mon Sep 17 00:00:00 2001 From: Ulf Date: Wed, 17 Mar 2021 08:13:25 +0000 Subject: [PATCH] gnome-podcasts: update to 0.4.9. Closes: #29525 [via git-merge-pr] --- srcpkgs/gnome-podcasts/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gnome-podcasts/template b/srcpkgs/gnome-podcasts/template index 8f104462ae5..a48eed2afb1 100644 --- a/srcpkgs/gnome-podcasts/template +++ b/srcpkgs/gnome-podcasts/template @@ -1,19 +1,20 @@ # Template file for 'gnome-podcasts' pkgname=gnome-podcasts -version=0.4.8 -revision=2 +version=0.4.9 +revision=1 wrksrc="podcasts-${version}" build_style=meson build_helper="rust" hostmakedepends="cargo gettext glib-devel pkg-config sqlite-devel" makedepends="gstreamer1-devel gst-plugins-bad1-devel gst-plugins-base1-devel - gtk+3-devel libhandy-devel openssl-devel sqlite-devel texinfo rust-std" + gtk+3-devel libhandy1-devel openssl-devel sqlite-devel texinfo rust-std" short_desc="Listen to your favorite podcasts" maintainer="Enno Boland " license="GPL-3.0-or-later" homepage="https://wiki.gnome.org/Apps/Podcasts" +changelog="https://gitlab.gnome.org/World/podcasts/-/raw/master/CHANGELOG.md" distfiles="https://gitlab.gnome.org/World/podcasts/-/archive/${version}/podcasts-${version}.tar.gz" -checksum=f29c0057dfcdd6ab1745533cc6826f07adddbe3b5b9aad2757421d1259b8303c +checksum=49a2e48079c84697fe7e1a375a4e15d8687ab6c533488093186f08b7875b1a22 export GETTEXT_BIN_DIR=/usr/bin export GETTEXT_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib/gettext"