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