summaryrefslogtreecommitdiff
path: root/perl-perl-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'perl-perl-tidy')
-rw-r--r--perl-perl-tidy/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-perl-tidy/PKGBUILD b/perl-perl-tidy/PKGBUILD
index 3438eff8..9c05674f 100644
--- a/perl-perl-tidy/PKGBUILD
+++ b/perl-perl-tidy/PKGBUILD
@@ -3,12 +3,14 @@
pkgname='perl-perl-tidy'
pkgver=20200619
-pkgrel=1
+pkgrel=2
pkgdesc='indent and reformat perl scripts'
arch=('any')
makedepends=(
'perl-extutils-makemaker')
depends=(
+ 'perl>=5.32'
+ 'perl<5.33'
'perl')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')