From fda88e8b41a695c1f7dbd7c26f3b834a08d8791e Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Sat, 13 Aug 2022 15:21:05 +0200 Subject: [PATCH] pipe-viewer: update to 0.2.3. --- srcpkgs/pipe-viewer/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/pipe-viewer/template b/srcpkgs/pipe-viewer/template index 61989014d1fc..510805b23121 100644 --- a/srcpkgs/pipe-viewer/template +++ b/srcpkgs/pipe-viewer/template @@ -1,6 +1,6 @@ # Template file for 'pipe-viewer' pkgname=pipe-viewer -version=0.2.2 +version=0.2.3 revision=1 build_style=perl-ModuleBuild configure_args="--gtk" @@ -14,7 +14,7 @@ license="Artistic-2.0" homepage="https://github.com/trizen/pipe-viewer" changelog="https://github.com/trizen/pipe-viewer/releases" distfiles="https://github.com/trizen/pipe-viewer/archive/${version}.tar.gz" -checksum=887cd5ab6b7d483ea69c86e5597fc7c9d27159b7f691bb70941a3d607b8bbd9a +checksum=08d585c6e07236975d6cb8275fc8c1f42996e0755246207a5b0197e19739ecdd pipe-viewer-gtk_package() { depends="${sourcepkg}>=${version}_${revision} perl-Gtk3 perl-File-ShareDir" @@ -29,11 +29,13 @@ pipe-viewer-gtk_package() { straw-viewer_package() { build_style=meta depends="pipe-viewer>=${version}_${revision}" - short_desc="Search and stream from YouTube using the API of invidio.us (transitional dummy package)" + short_desc="Search and stream from YouTube using the API of invidio.us" + short_desc+="(transitional dummy package)" } gtk-straw-viewer_package() { build_style=meta depends="pipe-viewer-gtk>=${version}_${revision}" - short_desc="Gtk interface to search and stream YouTube using the API of invidio.us (transitional dummy package)" + short_desc="Gtk interface to search and stream YouTube using the API of invidio.us" + short_desc+="(transitional dummy package)" }