update DBC::CSV PKGBUILD to 0.48
This commit is contained in:
parent
fb6befa2e3
commit
a8cd96dedb
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue