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 3db3f2950..b23ed23e7 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=8 +pkgrel=9 pkgdesc='Path::Tiny types and coercions for Specio' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.34' - 'perl<5.35' + 'perl>=5.36' + 'perl<5.37' 'perl' 'perl-parent' 'perl-path-tiny>=0.087' |