youtube-viewer: add missing dependency

This commit is contained in:
Paper 2020-09-29 15:03:28 +02:00 committed by Érico Nogueira Rolim
parent cea1c3fbd7
commit bd570e442d

View file

@ -1,13 +1,12 @@
# Template file for 'youtube-viewer'
pkgname=youtube-viewer
version=3.7.9
revision=1
archs=noarch
revision=2
build_style=perl-ModuleBuild
configure_args="--gtk"
hostmakedepends="perl-Module-Build"
makedepends="perl"
depends="perl-Data-Dump perl-JSON perl-LWP-Protocol-https"
depends="perl-Data-Dump perl-JSON perl-LWP-Protocol-https perl-Term-ReadLine-Gnu"
short_desc="Command-line client to search and stream from YouTube"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="Artistic-2.0"