diff options
Diffstat (limited to 'perl-perl-tidy/PKGBUILD')
-rw-r--r-- | perl-perl-tidy/PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-perl-tidy/PKGBUILD b/perl-perl-tidy/PKGBUILD index 6ed4de5a..9c55efa4 100644 --- a/perl-perl-tidy/PKGBUILD +++ b/perl-perl-tidy/PKGBUILD @@ -3,9 +3,13 @@ pkgname='perl-perl-tidy' pkgver=20180220 -pkgrel='2' +pkgrel='3' pkgdesc='indent and reformat perl scripts' arch=('any') +depends=( + 'perl>=5.28' + 'perl<5.29' +) license=('PerlArtistic' 'GPL') options=('!emptydirs') makedepends=( |