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
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
_author=HMBRAND
_perlmod=DBD-CSV
pkgname=perl-dbd-csv
pkgver=0.33
pkgver=0.35
pkgrel=1
pkgdesc="DBI driver for CSV files"
arch=('any')
url="http://search.cpan.org/~$_author/$_perlmod/"
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)
source=(http://cpan.perl.org/modules/by-authors/id/H/HM/$_author/$_perlmod-$pkgver.tgz)
md5sums=('0b43201bf1aa043e12bebecdec17a17e')
md5sums=('90e1635b1b2e4605f5dc6939c41e3087')
build() {
cd "$srcdir/$_perlmod-$pkgver"