diff options
-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 0d5729d1..dd4af3de 100644 --- a/perl-text-tabulardisplay/PKGBUILD +++ b/perl-text-tabulardisplay/PKGBUILD @@ -3,13 +3,13 @@ pkgname='perl-text-tabulardisplay' pkgver='1.38' -pkgrel='1' +pkgrel='2' pkgdesc='Display text in formatted table output' arch=('x86_64' 'i686') license=('PerlArtistic' 'GPL') options=('!emptydirs') -depends=('perl') -makedepends=('perl-extutils-makemaker' 'perl-extutils-makemaker') +makedepends=( + 'perl-extutils-makemaker') url='https://metacpan.org/release/Text-TabularDisplay' _distdir="Text-TabularDisplay-${pkgver}" source=("https://cpan.metacpan.org/authors/id/D/DA/DARREN/${_distdir}.tar.gz") |