Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.
My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
diff --git a/PKGBUILD b/PKGBUILD index ecd9ed6..14c5c94 100644 # Contributor: Anonymous # Generator : CPANPLUS::Dist::Arch 1.02 pkgname='perl-text-csv-xs' -pkgver='0.73' +pkgver='0.76' pkgrel='1' pkgdesc="Fast 8bit clean version of Text::CSV" arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl') url='http://search.cpan.org/dist/Text-CSV_XS' -source=('http://search.cpan.org/CPAN/authors/id/H/HM/HMBRAND/Text-CSV_XS-0.73.tgz') -md5sums=('e048b3c4eb6ff2dd9dc4ae67be358ca4') +source=('http://search.cpan.org/CPAN/authors/id/H/HM/HMBRAND/Text-CSV_XS-0.76.tgz') +md5sums=('b6acf83a1c75cc05882ef7bd19bb52c2') build() { - DIST_DIR="${srcdir}/Text-CSV_XS-0.73" + DIST_DIR="${srcdir}/Text-CSV_XS-0.76" export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ PERL_AUTOINSTALL=--skipdeps \ PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ |