summaryrefslogtreecommitdiff
path: root/perl-perl-tidy/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-09-08 23:24:34 +0200
committerErich Eckner <git@eckner.net>2023-09-08 23:24:34 +0200
commit71a936a9051a68c0e41bb8fa6e471ab5c01c8ac0 (patch)
tree37f70493543e6d68b994d626dea944a9673ccefb /perl-perl-tidy/PKGBUILD
parent6a52f3b153b67c49924401bca8cd79a09af51931 (diff)
downloadarchlinuxewe-71a936a9051a68c0e41bb8fa6e471ab5c01c8ac0.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-perl-tidy/PKGBUILD')
-rw-r--r--perl-perl-tidy/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-perl-tidy/PKGBUILD b/perl-perl-tidy/PKGBUILD
index 2143a1053..e7ed3509d 100644
--- a/perl-perl-tidy/PKGBUILD
+++ b/perl-perl-tidy/PKGBUILD
@@ -3,11 +3,12 @@
pkgname='perl-perl-tidy'
pkgver=20221112
-pkgrel=1
+pkgrel=2
pkgdesc='indent and reformat perl scripts'
arch=('any')
depends=(
- 'perl>=5.36'
+ 'perl>=5.38'
+ 'perl<5.39'
'perl<5.37')
makedepends=(
'perl-extutils-makemaker')