summaryrefslogtreecommitdiff
path: root/perl-string-format/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-string-format/PKGBUILD')
-rw-r--r--perl-string-format/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-string-format/PKGBUILD b/perl-string-format/PKGBUILD
index f9c80c2b..6b8aec75 100644
--- a/perl-string-format/PKGBUILD
+++ b/perl-string-format/PKGBUILD
@@ -3,12 +3,14 @@
pkgname='perl-string-format'
pkgver='1.17'
-pkgrel='4'
+pkgrel='5'
pkgdesc='sprintf-like string formatting capabilities with arbitrary format definitions'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
+ 'perl>=5.28'
+ 'perl<5.29'
'perl-test-simple'
)
makedepends=(