pipe-viewer: depend on perl-HTML-Parser
Since abb6721293
this must be explicit.
Previously it was implicit through
perl-LWP-Protocol-https -> perl-LWP -> perl-HTTP-Message -> perl-HTML-Parser.
This commit is contained in:
parent
bde3014409
commit
d57646cb5f
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'pipe-viewer'
|
# Template file for 'pipe-viewer'
|
||||||
pkgname=pipe-viewer
|
pkgname=pipe-viewer
|
||||||
version=0.1.4
|
version=0.1.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=perl-ModuleBuild
|
build_style=perl-ModuleBuild
|
||||||
configure_args="--gtk"
|
configure_args="--gtk"
|
||||||
hostmakedepends="perl-Module-Build"
|
hostmakedepends="perl-Module-Build"
|
||||||
depends="perl-Data-Dump perl-JSON perl-LWP-Protocol-https perl-Term-ReadLine-Gnu
|
depends="perl-Data-Dump perl-JSON perl-LWP-Protocol-https perl-Term-ReadLine-Gnu
|
||||||
perl-Unicode-LineBreak perl-JSON-XS"
|
perl-Unicode-LineBreak perl-JSON-XS perl-HTML-Parser"
|
||||||
checkdepends="perl-Test-Pod"
|
checkdepends="perl-Test-Pod"
|
||||||
short_desc="Search and play videos from YouTube without an API key"
|
short_desc="Search and play videos from YouTube without an API key"
|
||||||
maintainer="Roberto Ricci <ricci@disroot.org>"
|
maintainer="Roberto Ricci <ricci@disroot.org>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue