summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortrizen2019-08-05 11:34:25 +0300
committertrizen2019-08-05 11:34:25 +0300
commit605351e23a0d0558e8b15d912d9afe286b5b8c90 (patch)
treee2d0870ad27602612c82bb26a279e765fe086c13 /PKGBUILD
parent32f25f96d3e78ce1e9e7f5b466ad0d0132ac1a60 (diff)
downloadaur-605351e23a0d0558e8b15d912d9afe286b5b8c90.tar.gz
Version 3.5.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD28
1 files changed, 14 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3034a1dc7536..f08e83eb2cd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname=youtube-viewer
pkgname=youtube-viewer-git
-pkgver=3.5.4
+pkgver=3.5.5
pkgrel=1
-pkgdesc="A command line utility for searching and streaming videos from YouTube."
+pkgdesc="Command line utility for searching and streaming videos from YouTube."
arch=('any')
url="https://github.com/trizen/youtube-viewer"
license=('Artistic2.0')
@@ -13,20 +13,20 @@ makedepends=('git')
provides=('youtube-viewer')
conflicts=('youtube-viewer')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 'perl-libwww')
+depends=('perl' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 'perl-libwww')
optdepends=(
- 'perl-json-xs: faster JSON to HASH conversion'
- 'perl-lwp-useragent-cached: local cache support'
- 'perl-unicode-linebreak: for printing results in a fixed-width format (-W)'
- 'perl-term-readline-gnu: for better STDIN support (+history)'
- 'youtube-dl: for playing videos with encrypted signatures'
- 'wget: for downloading videos with wget'
- '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'
- )
+ 'ffmpeg: conversions and MKV merging'
+ 'perl-json-xs: faster JSON parsing'
+ 'perl-lwp-useragent-cached: local cache support'
+ 'perl-term-readline-gnu: better STDIN support (+history)'
+ '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'
+)
source=('git+https://github.com/trizen/youtube-viewer.git')
md5sums=('SKIP')