diff options
Diffstat (limited to 'perl-text-simpletable-autowidth/PKGBUILD')
-rw-r--r-- | perl-text-simpletable-autowidth/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-text-simpletable-autowidth/PKGBUILD b/perl-text-simpletable-autowidth/PKGBUILD index 0aa03e7e9..6565354c3 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='7' +pkgrel=8 pkgdesc='Text::SimpleTable::AutoWidth - Simple eyecandy ASCII tables with auto-width selection' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.28' - 'perl<5.29' + 'perl>=5.30' + 'perl<5.31' 'perl-scalar-list-utils' 'perl-moo' 'perl-text-simpletable' |