summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrizen2018-09-01 01:58:25 +0300
committertrizen2018-09-01 01:58:25 +0300
commit2f98a64c7d0f9ec91e5110d223911b42d81d7895 (patch)
tree814a1bc33fd2e511db2ad5c3b12316a5fe115c3b
parent19e07d4ca836eca00cd2e3ac953ac7db9bd65914 (diff)
downloadaur-2f98a64c7d0f9ec91e5110d223911b42d81d7895.tar.gz
Version 3.4.0
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ece2727866a..da7cc9e9bc39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = youtube-viewer-git
pkgdesc = A command line utility for searching and streaming videos from YouTube.
- pkgver = 3.3.4
+ pkgver = 3.4.0
pkgrel = 1
url = https://github.com/trizen/youtube-viewer
arch = any
@@ -21,6 +21,7 @@ pkgbase = youtube-viewer-git
optdepends = mplayer: for playing videos with MPlayer
optdepends = vlc: for playing videos with VLC
optdepends = mpv: for playing videos with MPV (recommended)
+ optdepends = ffmpeg: for conversions and MKV merging
provides = youtube-viewer
conflicts = youtube-viewer
source = git://github.com/trizen/youtube-viewer.git
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')