summarylogtreecommitdiffstats
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
parent178998f153ee862ee8155e02426bfc5263ae925c (diff)
downloadaur-perl-text-table-csv.tar.gz
bump version to 0.023
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 978ffb30f938..646dc29f4f76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-text-table-csv
pkgdesc = This packages the Text-Table-CSV distribution, containing the Text::Table::CSV module
- pkgver = 0.020
+ pkgver = 0.023
pkgrel = 1
url = https://metacpan.org/release/Text-Table-CSV
arch = any
@@ -9,8 +9,8 @@ pkgbase = perl-text-table-csv
depends = perl
options = !emptydirs
options = purge
- source = http://search.cpan.org/CPAN/authors/id/P/PE/PERLANCAR/Text-Table-CSV-0.020.tar.gz
- md5sums = 3fa64cf810eb73fde18abcfdbb7618f5
+ source = http://search.cpan.org/CPAN/authors/id/P/PE/PERLANCAR/Text-Table-CSV-0.023.tar.gz
+ md5sums = 99b75c089c77fd9c13db05035dfbb864
pkgname = perl-text-table-csv
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"