diff options
Diffstat (limited to 'perl-string-format')
-rw-r--r-- | perl-string-format/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-string-format/PKGBUILD b/perl-string-format/PKGBUILD index 2a8491bad..5756ecd49 100644 --- a/perl-string-format/PKGBUILD +++ b/perl-string-format/PKGBUILD @@ -3,14 +3,14 @@ pkgname='perl-string-format' pkgver='1.17' -pkgrel=7 +pkgrel=8 pkgdesc='sprintf-like string formatting capabilities with arbitrary format definitions' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.32' - 'perl<5.33' + 'perl>=5.34' + 'perl<5.35' 'perl-test-simple' ) makedepends=( |