summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(){