Merge pull request #5981 from Sir-Boops/perl-dbd-fix
perl-DBD-mysql: unbreak
This commit is contained in:
commit
fe81cc6bf5
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'perl-CheckLib'
|
||||
pkgname=perl-CheckLib
|
||||
version=1.07
|
||||
revision=1
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl perl-IO-CaptureOutput"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="perl"
|
||||
short_desc="Module to check for other perl modules"
|
||||
maintainer="Sir_Boops <admin@boops.me>"
|
||||
homepage="http://search.cpan.org/dist/Devel-CheckLib/"
|
||||
license="Artistic, GPL-1"
|
||||
distfiles="${CPAN_SITE}/Devel/Devel-CheckLib-$version.tar.gz"
|
||||
checksum=c958fd46b306940000088098d66470cb51094ff39a9e950cf66251d67a92ff0a
|
||||
wrksrc="Devel-CheckLib-${version}"
|
|
@ -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"
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'perl-IO-CaptureOutput'
|
||||
pkgname=perl-IO-CaptureOutput
|
||||
version=1.1104
|
||||
revision=1
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="perl"
|
||||
short_desc="Capture STOUT/ERR from perl code"
|
||||
maintainer="Sir_Boops <admin@boops.me>"
|
||||
homepage="http://search.cpan.org/dist/IO-CaptureOutput/"
|
||||
license="Artistic, GPL-1"
|
||||
distfiles="${CPAN_SITE}/IO/IO-CaptureOutput-$version.tar.gz"
|
||||
checksum=fcc732fcb438f97a72b30e8c7796484bef2562e374553b207028e2fbf73f8330
|
||||
wrksrc="IO-CaptureOutput-${version}"
|
Loading…
Reference in New Issue