diff --git a/srcpkgs/pipe-viewer/template b/srcpkgs/pipe-viewer/template index 61989014d1f..e8d1e40e3c0 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)" }