diff --git a/srcpkgs/perl-DBD-SQLite/template b/srcpkgs/perl-DBD-SQLite/template index 44835a9a8a3..641aec15c03 100644 --- a/srcpkgs/perl-DBD-SQLite/template +++ b/srcpkgs/perl-DBD-SQLite/template @@ -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 " 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 }