summaryrefslogtreecommitdiff
path: root/perl-text-simpletable-autowidth/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-text-simpletable-autowidth/PKGBUILD')
-rw-r--r--perl-text-simpletable-autowidth/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-text-simpletable-autowidth/PKGBUILD b/perl-text-simpletable-autowidth/PKGBUILD
index 6565354c..83ed317c 100644
--- a/perl-text-simpletable-autowidth/PKGBUILD
+++ b/perl-text-simpletable-autowidth/PKGBUILD
@@ -3,14 +3,14 @@
pkgname='perl-text-simpletable-autowidth'
pkgver='0.09'
-pkgrel=8
+pkgrel=9
pkgdesc='Text::SimpleTable::AutoWidth - Simple eyecandy ASCII tables with auto-width selection'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.30'
- 'perl<5.31'
+ 'perl>=5.32'
+ 'perl<5.33'
'perl-scalar-list-utils'
'perl-moo'
'perl-text-simpletable'