summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-05-03 10:35:45 +0200
committerHans-Nikolai Viessmann2020-05-03 10:35:45 +0200
commit74e0334f6246a6c6b99654a32696306db1dca7f0 (patch)
tree324d660276d231a8b3530c699eab5bccbf51e016 /PKGBUILD
parent178998f153ee862ee8155e02426bfc5263ae925c (diff)
downloadaur-perl-text-table-csv.tar.gz
bump version to 0.023
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f443d16136f7..b806c1b4b8aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Contributor: Hans-Nikolai Viessmann <hans AT viess DOT mn>
pkgname=perl-text-table-csv
-pkgver=0.020
+pkgver=0.023
pkgrel=1
pkgdesc='This packages the Text-Table-CSV distribution, containing the Text::Table::CSV module'
_dist=Text-Table-CSV
arch=('any')
url="https://metacpan.org/release/$_dist"
license=('GPL' 'PerlArtistic')
-depends=(perl)
+depends=('perl')
options=('!emptydirs' purge)
source=("http://search.cpan.org/CPAN/authors/id/P/PE/PERLANCAR/$_dist-$pkgver.tar.gz")
-md5sums=('3fa64cf810eb73fde18abcfdbb7618f5')
+md5sums=('99b75c089c77fd9c13db05035dfbb864')
build() {
cd "$srcdir/$_dist-$pkgver"