perl-DBD-mysql: unbreak
This commit is contained in:
parent
9e98f72fc3
commit
91abec2b40
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'perl-DBD-mysql'
|
||||
pkgname=perl-DBD-mysql
|
||||
version=4.042
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="DBD-mysql-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl perl-DBI"
|
||||
hostmakedepends="perl perl-DBI perl-CheckLib"
|
||||
makedepends="${hostmakedepends} libmysqlclient-devel libressl-devel zlib-devel"
|
||||
depends="perl-DBI"
|
||||
short_desc="DBD::mysql - MySQL DBI driver"
|
||||
|
@ -13,5 +13,4 @@ homepage="http://search.cpan.org/dist/DBD-mysql/"
|
|||
license="Artistic, GPL-1"
|
||||
distfiles="${CPAN_SITE}/DBD/DBD-mysql-$version.tar.gz"
|
||||
checksum=dadb6884788dc3fdf40b13b72d8c60d5a83680cc2aeec7515c3e5999e064b455
|
||||
|
||||
broken="https://build.voidlinux.eu/builders/x86_64_builder/builds/1485/steps/shell_3/logs/stdio"
|
||||
nocross="https://api.travis-ci.org/jobs/210781623/log.txt"
|
||||
|
|
Loading…
Reference in a new issue