diff options
Diffstat (limited to 'perl-perl-tidy/PKGBUILD')
-rw-r--r-- | perl-perl-tidy/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-perl-tidy/PKGBUILD b/perl-perl-tidy/PKGBUILD index 0db79039c..b55cfcfb8 100644 --- a/perl-perl-tidy/PKGBUILD +++ b/perl-perl-tidy/PKGBUILD @@ -3,12 +3,12 @@ pkgname='perl-perl-tidy' pkgver=20220217 -pkgrel=1 +pkgrel=2 pkgdesc='indent and reformat perl scripts' arch=('any') depends=( - 'perl>=5.34' + 'perl<5.35' 'perl<5.35') makedepends=( 'perl-extutils-makemaker') |