diff options
Diffstat (limited to 'perl-time-duration-parse-ashash/PKGBUILD')
-rw-r--r-- | perl-time-duration-parse-ashash/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-time-duration-parse-ashash/PKGBUILD b/perl-time-duration-parse-ashash/PKGBUILD index 860ec157e..e40fa6807 100644 --- a/perl-time-duration-parse-ashash/PKGBUILD +++ b/perl-time-duration-parse-ashash/PKGBUILD @@ -3,13 +3,14 @@ pkgname='perl-time-duration-parse-ashash' pkgver='0.10.6' -pkgrel='2' +pkgrel='3' pkgdesc='Parse string that represents time duration' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.10.1' + 'perl>=5.28' + 'perl<5.29' 'perl-exporter' ) makedepends=( |