From 50a9d1a767e10395028b20e0743409d6d2b960ff Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 27 Nov 2017 04:39:25 -0200 Subject: [PATCH] pithos: update to 1.4.1. Closes #9560. --- srcpkgs/pithos/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pithos/template b/srcpkgs/pithos/template index 3731e08d01d..d97205a3b96 100644 --- a/srcpkgs/pithos/template +++ b/srcpkgs/pithos/template @@ -1,14 +1,18 @@ # Template file for 'pithos' pkgname=pithos -version=1.4.0 +version=1.4.1 revision=1 build_style=meson pycompile_module="pithos" makedepends="intltool pkg-config python3 glib-devel" -depends="gtk+3 python3-gobject libsecret gst-plugins-good1 gst-libav" +depends="gtk+3 python3-gobject libsecret gst-plugins-good1 gst-libav gnome-keyring" short_desc="Native Pandora Radio client" maintainer="osn64 " license="GPL-3" homepage="https://pithos.github.io/" distfiles="https://github.com/pithos/pithos/releases/download/${version}/pithos-${version}.tar.xz" -checksum=4c025d7e1e055292849b80c37d8ad3862e0f2cbd9c7327664deb8ac0389952ac +checksum=ebc30213ae85716d5a57e30b912f083b2fdb374a793d5adfec00a064fdfc165c + +do_check() { + ninja -C build test +}