summaryrefslogtreecommitdiff
path: root/perl-test-indistdir/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-test-indistdir/PKGBUILD')
-rw-r--r--perl-test-indistdir/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-test-indistdir/PKGBUILD b/perl-test-indistdir/PKGBUILD
index 328cf2a8..3b36df78 100644
--- a/perl-test-indistdir/PKGBUILD
+++ b/perl-test-indistdir/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-test-indistdir'
pkgver='1.112071'
-pkgrel='1'
+pkgrel=2
pkgdesc='test environment setup for development with IDE'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -15,7 +15,8 @@ makedepends=(
'perl-test-simple'
)
depends=(
- 'perl>=5.6.0'
+ 'perl>=5.30'
+ 'perl<5.31'
'perl-pathtools'
)
url='https://metacpan.org/release/Test-InDistDir'