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