perl-dbd-csv updated to 0.35

This commit is contained in:
Cedric Girard 2012-06-18 17:41:07 +02:00
parent 21f3434fd9
commit 211721d477

View file

@ -2,16 +2,16 @@
_author=HMBRAND _author=HMBRAND
_perlmod=DBD-CSV _perlmod=DBD-CSV
pkgname=perl-dbd-csv pkgname=perl-dbd-csv
pkgver=0.33 pkgver=0.35
pkgrel=1 pkgrel=1
pkgdesc="DBI driver for CSV files" pkgdesc="DBI driver for CSV files"
arch=('any') arch=('any')
url="http://search.cpan.org/~$_author/$_perlmod/" url="http://search.cpan.org/~$_author/$_perlmod/"
license=('GPL' 'PerlArtistic') license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0' 'perl-text-csv-xs' 'perl-dbi' ) depends=('perl>=5.10.0' 'perl-text-csv-xs' 'perl-dbi' 'perl-sql-statement')
options=(!emptydirs) options=(!emptydirs)
source=(http://cpan.perl.org/modules/by-authors/id/H/HM/$_author/$_perlmod-$pkgver.tgz) source=(http://cpan.perl.org/modules/by-authors/id/H/HM/$_author/$_perlmod-$pkgver.tgz)
md5sums=('0b43201bf1aa043e12bebecdec17a17e') md5sums=('90e1635b1b2e4605f5dc6939c41e3087')
build() { build() {
cd "$srcdir/$_perlmod-$pkgver" cd "$srcdir/$_perlmod-$pkgver"