diff options
Diffstat (limited to 'perl-specio-library-path-tiny')
-rw-r--r-- | perl-specio-library-path-tiny/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-specio-library-path-tiny/PKGBUILD b/perl-specio-library-path-tiny/PKGBUILD index a1144d321..70733213a 100644 --- a/perl-specio-library-path-tiny/PKGBUILD +++ b/perl-specio-library-path-tiny/PKGBUILD @@ -3,14 +3,14 @@ pkgname='perl-specio-library-path-tiny' pkgver='0.04' -pkgrel=6 +pkgrel=7 pkgdesc='Path::Tiny types and coercions for Specio' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.32' - 'perl<5.33' + 'perl>=5.34' + 'perl<5.35' 'perl' 'perl-parent' 'perl-path-tiny>=0.087' |