update DBC::CSV PKGBUILD to 0.48

This commit is contained in:
Cedric Girard 2015-03-17 11:17:49 +01:00
parent fb6befa2e3
commit a8cd96dedb
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
_author=HMBRAND
_perlmod=DBD-CSV
pkgname=perl-dbd-csv
pkgver=0.41
pkgver=0.48
pkgrel=1
pkgdesc="DBI driver for CSV files"
arch=('any')
@ -15,7 +15,7 @@ depends=('perl>=5.10.0'
)
options=(!emptydirs)
source=(http://cpan.perl.org/modules/by-authors/id/H/HM/$_author/$_perlmod-$pkgver.tgz)
md5sums=('9f444850fc0c03f465b2ff9a222a2809')
md5sums=('11391a868171dfe493f0a907d8c33596')
build() {
cd "$srcdir/$_perlmod-$pkgver"