perl-DBD-SQLite: update to 1.62.

This commit is contained in:
maxice8 2019-01-22 12:52:50 -02:00 committed by maxice8
parent e2aeb307ef
commit b78b4e21e8

View file

@ -1,6 +1,6 @@
# Template file for 'perl-DBD-SQLite'
pkgname=perl-DBD-SQLite
version=1.60
version=1.62
revision=1
wrksrc="DBD-SQLite-${version}"
build_style=perl-module
@ -13,9 +13,9 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="Artistic-1.0-Perl, GPL-1.0-or-later"
homepage="https://metacpan.org/release/DBD-SQLite"
distfiles="${CPAN_SITE}/DBD/DBD-SQLite-${version}.tar.gz"
checksum=280b2e30e2d9fcd284febda656b80530c70b38cfcbf3132c94257f1e1d303fc3
checksum=bd82ef322a9e5469a7a62d845c32fad1188b76ccb49a88520cec768343cce85c
post_extract() {
# Unlock system sqlite support
sed -i 's/^if ( 0 )/if ( 1 )/' Makefile.PL
vsed -e 's/^if ( 0 )/if ( 1 )/' -i Makefile.PL
}