diff options
Diffstat (limited to 'perl-text-tabulardisplay')
-rw-r--r-- | perl-text-tabulardisplay/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-text-tabulardisplay/PKGBUILD b/perl-text-tabulardisplay/PKGBUILD index 9e6985330..1cdb33e2f 100644 --- a/perl-text-tabulardisplay/PKGBUILD +++ b/perl-text-tabulardisplay/PKGBUILD @@ -3,12 +3,12 @@ pkgname='perl-text-tabulardisplay' pkgver='1.38' -pkgrel=12 +pkgrel=13 pkgdesc='Display text in formatted table output' arch=('any') depends=( - 'perl>=5.36' - 'perl<5.37' + 'perl>=5.38' + 'perl<5.39' ) license=('PerlArtistic' 'GPL') options=('!emptydirs') |