Merge pull request #3301 from jannick0/sqlite-3.40.0

sqlite: update to 3.40.0
This commit is contained in:
Christoph Reiter 2022-11-17 17:35:49 +01:00 committed by GitHub
commit c614289bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,8 @@ pkgname=('sqlite' 'libsqlite' 'libsqlite-devel' 'sqlite-doc'
'sqlite-extensions'
'lemon')
_sqlite_year=2022
_amalgamationver=3390400
pkgver=3.39.4
_amalgamationver=3400000
pkgver=3.40.0
pkgrel=1
pkgdesc="A C library that implements an SQL database engine"
arch=('i686' 'x86_64')
@ -24,8 +24,8 @@ source=(https://www.sqlite.org/${_sqlite_year}/sqlite-src-${_amalgamationver}.zi
0002-sqlite3.32.3-Makefile.in-fix-rule-compiling-rbu.exe.patch
0007-sqlite3.36.0-Makefile.in-fix-libtclsqlite-package-installation-bug.patch
Makefile.ext.in README.md.in)
sha256sums=('02d96c6ccf811ab9b63919ef717f7e52a450c420e06bd129fb483cd70c3b3bba'
'1c30c23d0ab6fb2302cd5671fefc06c1c6eb37fd6cffab7a58138d9a3a78a22e'
sha256sums=('48550828142051293e179ffc6a8520f6fbfd82e1cdca78b93792f766cc89b8e2'
'1adc16f71e920963913597d5d0da4fd90aef24a43779e7f75d86e47442f08dad'
'0b76663a90e034f3d7f2af5bfada4cedec5ebc275361899eccc5c18e6f01ff1f'
'ee6bdd979a97205a1a2dd760e90c8588f45523cecb5256c0d927f24494f7fc9f'
'589b7182343dba3dd8225c13ff1d7d275e5f714e7793bac1c88f7cfdd569d9e0'
@ -45,16 +45,6 @@ apply_patch_with_msg() {
done
}
apply_patch_with_msg_p2() {
for _patch in "$@"
do
msg2 "Applying $_patch"
patch -Nbp2 -i "${srcdir}/${_patch}"
done
}
prepare() {
msg2 "Preparing sqlite package..."