summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortrizen2018-09-01 01:58:25 +0300
committertrizen2018-09-01 01:58:25 +0300
commit2f98a64c7d0f9ec91e5110d223911b42d81d7895 (patch)
tree814a1bc33fd2e511db2ad5c3b12316a5fe115c3b /PKGBUILD
parent19e07d4ca836eca00cd2e3ac953ac7db9bd65914 (diff)
downloadaur-2f98a64c7d0f9ec91e5110d223911b42d81d7895.tar.gz
Version 3.4.0
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')