mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
perl-DBD-SQLite: update to 1.62.
This commit is contained in:
parent
e2aeb307ef
commit
b78b4e21e8
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'perl-DBD-SQLite'
|
# Template file for 'perl-DBD-SQLite'
|
||||||
pkgname=perl-DBD-SQLite
|
pkgname=perl-DBD-SQLite
|
||||||
version=1.60
|
version=1.62
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="DBD-SQLite-${version}"
|
wrksrc="DBD-SQLite-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
|
@ -13,9 +13,9 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
homepage="https://metacpan.org/release/DBD-SQLite"
|
homepage="https://metacpan.org/release/DBD-SQLite"
|
||||||
distfiles="${CPAN_SITE}/DBD/DBD-SQLite-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/DBD/DBD-SQLite-${version}.tar.gz"
|
||||||
checksum=280b2e30e2d9fcd284febda656b80530c70b38cfcbf3132c94257f1e1d303fc3
|
checksum=bd82ef322a9e5469a7a62d845c32fad1188b76ccb49a88520cec768343cce85c
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# Unlock system sqlite support
|
# Unlock system sqlite support
|
||||||
sed -i 's/^if ( 0 )/if ( 1 )/' Makefile.PL
|
vsed -e 's/^if ( 0 )/if ( 1 )/' -i Makefile.PL
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue