diff options
Diffstat (limited to 'perl-file-touch/PKGBUILD')
-rw-r--r-- | perl-file-touch/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-file-touch/PKGBUILD b/perl-file-touch/PKGBUILD index 6b9bafac0..5f781d8bc 100644 --- a/perl-file-touch/PKGBUILD +++ b/perl-file-touch/PKGBUILD @@ -4,13 +4,14 @@ pkgname='perl-file-touch' pkgver='0.11' -pkgrel='5' +pkgrel='6' pkgdesc="update file access and modification times, optionally creating files if needed" arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.6.0' + 'perl>=5.28' + 'perl<5.29' 'perl-carp' 'perl-exporter' 'perl-file-stat' |