straw-viewer: add missing dependency

This commit is contained in:
Paper 2020-09-23 20:59:33 +02:00 committed by Érico Nogueira Rolim
parent 475853221c
commit cea1c3fbd7

View file

@ -1,12 +1,12 @@
# Template file for 'straw-viewer'
pkgname=straw-viewer
version=0.0.9
revision=1
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="Search and stream from YouTube using the API of invidio.us"
maintainer="Roberto Ricci <ricci@disroot.org>"
license="Artistic-2.0"