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/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-text-simpletable-autowidth/PKGBUILD b/perl-text-simpletable-autowidth/PKGBUILD
index 3964d669..0aa03e7e 100644
--- a/perl-text-simpletable-autowidth/PKGBUILD
+++ b/perl-text-simpletable-autowidth/PKGBUILD
@@ -3,12 +3,14 @@
pkgname='perl-text-simpletable-autowidth'
pkgver='0.09'
-pkgrel='6'
+pkgrel='7'
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-scalar-list-utils'
'perl-moo'
'perl-text-simpletable'