summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrizen2020-07-15 17:03:01 +0300
committertrizen2020-07-15 17:03:01 +0300
commitd06f116da1870d63f00ec488c382117d640021c5 (patch)
treeb8fbc6cab5da3db952fc6c2fe5724fcaae113d26
parentbfb167c2b0db8021536970ea64dbfd4c2526ef82 (diff)
downloadaur-d06f116da1870d63f00ec488c382117d640021c5.tar.gz
Version 0.0.6
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f0185395f4d..052fba11fe81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = straw-viewer-git
pkgdesc = Application for searching and streaming videos from YouTube, using the API of invidio.us (fork of youtube-viewer).
- pkgver = 0.0.5
+ pkgver = 0.0.6
pkgrel = 1
url = https://github.com/trizen/straw-viewer
arch = any
@@ -21,7 +21,6 @@ pkgbase = straw-viewer-git
optdepends = perl-term-readline-gnu: better STDIN support
optdepends = perl-unicode-linebreak: print results in a fixed-width format (-W)
optdepends = mpv: play videos with MPV (recommended)
- optdepends = mplayer: play videos with MPlayer
optdepends = vlc: play videos with VLC
optdepends = wget: download videos with wget
optdepends = youtube-dl: play videos with encrypted signatures
diff --git a/PKGBUILD b/PKGBUILD
index 54d7f24d15d4..cf0a3eaf8819 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=straw-viewer
pkgname=straw-viewer-git
-pkgver=0.0.5
+pkgver=0.0.6
pkgrel=1
pkgdesc="Application for searching and streaming videos from YouTube, using the API of invidio.us (fork of youtube-viewer)."
arch=('any')
@@ -23,7 +23,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'