perl-DateTime: fix dependencies

This commit is contained in:
newbluemoon 2017-09-19 14:44:59 +02:00 committed by Leаh Neukirchen
parent e91363e416
commit 410a9a8473
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
# Template build file for 'perl-DateTime'.
pkgname=perl-DateTime
version=1.44
revision=1
revision=2
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="${hostmakedepends}"
depends="perl-DateTime-Locale perl-DateTime-TimeZone perl-Params-Validate perl-Try-Tiny"
depends="perl-DateTime-Locale perl-DateTime-TimeZone perl-Try-Tiny"
short_desc="A date and time object for Perl"
maintainer="John Regan <john@jrjrtech.com>"
homepage="http://search.cpan.org/dist/DateTime"