From dcf88e3e773eced0e3306b243f983a6ac81cdc24 Mon Sep 17 00:00:00 2001 From: David P Date: Sep 09 2020 01:38:01 +0000 Subject: updpkg: pcr/straw-viewer 0.0.8.r9.15d6c5a-1 Signed-off-by: David P --- diff --git a/pcr/straw-viewer/PKGBUILD b/pcr/straw-viewer/PKGBUILD index 045a5fe..50b4cb6 100644 --- a/pcr/straw-viewer/PKGBUILD +++ b/pcr/straw-viewer/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: David P. pkgname=straw-viewer -pkgver=0.0.5 +pkgver=0.0.8.r9.15d6c5a pkgrel=1 pkgdesc='Application for searching and streaming videos from YouTube, using the API of invidio.us (fork of youtube-viewer)' arch=('any') @@ -18,7 +18,6 @@ optdepends=( 'perl-term-readline-gnu: better STDIN support' 'perl-unicode-linebreak: print results in a fixed-width format (-W)' 'mpv: play videos with MPV (recommended)' - 'mplayer: play videos with MPlayer' 'vlc: play videos with VLC' 'wget: download videos with wget' 'youtube-dl: play videos with encrypted signatures' @@ -34,7 +33,7 @@ pkgver() { build() { cd "$pkgname" - /usr/bin/perl Build.PL --gtk3 + perl Build.PL --gtk3 } check(){