summaryrefslogtreecommitdiff
path: root/perl-perl-tidy/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-07-15 06:29:20 +0200
committerErich Eckner <git@eckner.net>2022-07-15 06:29:20 +0200
commitbb5cc62c7ebc44c4128db07d4693c1222382eed6 (patch)
treea0fbf48270931f2cc3e9f568b9314deb9f87f539 /perl-perl-tidy/PKGBUILD
parentd389848048ac4e0e7f7f473009becd231477e6f1 (diff)
downloadarchlinuxewe-bb5cc62c7ebc44c4128db07d4693c1222382eed6.tar.xz
fix perl dependency version
Diffstat (limited to 'perl-perl-tidy/PKGBUILD')
-rw-r--r--perl-perl-tidy/PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-perl-tidy/PKGBUILD b/perl-perl-tidy/PKGBUILD
index 12956ac56..536f5fb62 100644
--- a/perl-perl-tidy/PKGBUILD
+++ b/perl-perl-tidy/PKGBUILD
@@ -8,8 +8,7 @@ pkgdesc='indent and reformat perl scripts'
arch=('any')
depends=(
'perl>=5.36'
- 'perl<5.37'
- 'perl<5.35')
+ 'perl<5.37')
makedepends=(
'perl-extutils-makemaker')
license=('PerlArtistic' 'GPL')