summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn D Jones III2015-08-03 14:39:09 -0600
committerJohn D Jones III2015-08-03 14:39:09 -0600
commitb83f2d15f1069e4cae9955f3ddf559d6757a479c (patch)
tree452dbf88dfc5369d0c46e691ddd081f4e431ae6f
parent4c61d73b7464c373ef9db01d48f70756bfbc475e (diff)
downloadaur-b83f2d15f1069e4cae9955f3ddf559d6757a479c.tar.gz
Update to 1.19
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 348b2fd326a7..d7e3bfda9906 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-text-csv-xs
pkgdesc = comma-separated values manipulation routines
- pkgver = 1.18
+ pkgver = 1.19
pkgrel = 1
url = https://metacpan.org/release/Text-CSV_XS
arch = i686
@@ -9,9 +9,8 @@ pkgbase = perl-text-csv-xs
license = GPL
depends = perl
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.18.tgz
- md5sums = 510791081d14d6ad4b53511d5d0aed60
- sha512sums = d6cf1f051c9f5a4bda80acde94709010010213f29f41305c92eb6f775ba443acbdebcc18bc1f1c0efc7144211c47ba7881ce222f264741de885fe15764eb7f19
+ source = http://search.cpan.org/CPAN/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.19.tgz
+ md5sums = d25bb37e43a836a3f396faf387307548
pkgname = perl-text-csv-xs
diff --git a/PKGBUILD b/PKGBUILD
index e5a0d51be9ab..542f6dc180a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Generator : CPANPLUS::Dist::Arch 1.30
pkgname='perl-text-csv-xs'
-pkgver='1.18'
+pkgver='1.19'
pkgrel='1'
pkgdesc="comma-separated values manipulation routines"
arch=('i686' 'x86_64')
@@ -11,10 +11,9 @@ options=('!emptydirs')
depends=('perl')
makedepends=()
url='https://metacpan.org/release/Text-CSV_XS'
-source=('http://search.cpan.org/CPAN/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.18.tgz')
-md5sums=('510791081d14d6ad4b53511d5d0aed60')
-sha512sums=('d6cf1f051c9f5a4bda80acde94709010010213f29f41305c92eb6f775ba443acbdebcc18bc1f1c0efc7144211c47ba7881ce222f264741de885fe15764eb7f19')
-_distdir="Text-CSV_XS-1.18"
+source=('http://search.cpan.org/CPAN/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.19.tgz')
+md5sums=('d25bb37e43a836a3f396faf387307548')
+_distdir="Text-CSV_XS-1.19"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \