Date: Monday, June 27, 2022 @ 19:43:43 Author: andyrtr Revision: 449506
upgpkg: sqlite 3.39.0-2 * Stop disabling amalgamation per upstream recommendation - https://sqlite.org/forum/forumpost/98df1a61b94b161a should give some speed improvements (https://sqlite.org/howtocompile.html#amalgamation_versus_individual_source_files) * fixes parallel build Modified: sqlite/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-27 19:31:27 UTC (rev 449505) +++ PKGBUILD 2022-06-27 19:43:43 UTC (rev 449506) @@ -7,7 +7,7 @@ _docver=${_srcver} #_docver=3330000 pkgver=3.39.0 -pkgrel=1 +pkgrel=2 pkgdesc="A C library that implements an SQL database engine" arch=('x86_64') license=('custom:Public Domain') @@ -17,7 +17,7 @@ https://www.sqlite.org/2022/sqlite-doc-${_docver}.zip sqlite-lemon-system-template.patch license.txt) -options=('!emptydirs' '!makeflags') # json extensions breaks parallel build +options=('!emptydirs') # upstream now switched to sha3sums - currently not suppoerted by makepkg sha256sums=('b3585f37dd106dbb3d46c8c17a2d275f9a4b87df8c4509bd2d6a5b40032426e6' '8b624d9555f69be3a13d5ee948b04ea200e33fcb8ba40f0c5c1d220a81d0f542' @@ -50,7 +50,6 @@ cd sqlite-src-$_srcver ./configure --prefix=/usr \ --disable-static \ - --disable-amalgamation \ --enable-fts3 \ --enable-fts4 \ --enable-fts5 \
