summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24a077b2b6e6..347cd40c4b6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=youtube-viewer
pkgname=youtube-viewer-git
-pkgver=3.3.4
+pkgver=3.4.0
pkgrel=1
pkgdesc="A command line utility for searching and streaming videos from YouTube."
arch=('any')
@@ -25,6 +25,7 @@ optdepends=(
'mplayer: for playing videos with MPlayer'
'vlc: for playing videos with VLC'
'mpv: for playing videos with MPV (recommended)'
+ 'ffmpeg: for conversions and MKV merging'
)
source=('git://github.com/trizen/youtube-viewer.git')