update DBD::CSV PKGBUILD to 0.41
This commit is contained in:
parent
cf81d77c22
commit
d9286a8597
1 changed files with 5 additions and 5 deletions
|
@ -2,20 +2,20 @@
|
||||||
_author=HMBRAND
|
_author=HMBRAND
|
||||||
_perlmod=DBD-CSV
|
_perlmod=DBD-CSV
|
||||||
pkgname=perl-dbd-csv
|
pkgname=perl-dbd-csv
|
||||||
pkgver=0.38
|
pkgver=0.41
|
||||||
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'
|
depends=('perl>=5.10.0'
|
||||||
'perl-dbi>=1.623'
|
'perl-dbi>=1.628'
|
||||||
'perl-text-csv-xs>=0.94'
|
'perl-text-csv-xs>=1.01'
|
||||||
'perl-sql-statement>=1.402'
|
'perl-sql-statement>=1.405'
|
||||||
)
|
)
|
||||||
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=('6f2e0048d3afc60a3207af8ca8d8fdc5')
|
md5sums=('9f444850fc0c03f465b2ff9a222a2809')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$_perlmod-$pkgver"
|
cd "$srcdir/$_perlmod-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue