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