summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-09-08 22:38:01 -0300
committerDavid P <megver83@parabola.nu>2020-09-08 22:38:01 -0300
commitdcf88e3e773eced0e3306b243f983a6ac81cdc24 (patch)
tree381437749a141f625b071974ca68ce790e6fcc54 /pcr
parent4de234304684ff949d35aca1646cf5b15df0fde8 (diff)
updpkg: pcr/straw-viewer 0.0.8.r9.15d6c5a-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'pcr')
-rw-r--r--pcr/straw-viewer/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/pcr/straw-viewer/PKGBUILD b/pcr/straw-viewer/PKGBUILD
index 045a5fede..50b4cb67a 100644
--- a/pcr/straw-viewer/PKGBUILD
+++ b/pcr/straw-viewer/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: David P. <megver83@parabola.nu>
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(){