perl-dbd-csv updated to 0.35
This commit is contained in:
parent
21f3434fd9
commit
211721d477
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue