Skip to content

Commit

Permalink
sqlite: 3.46.0
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed May 24, 2024
1 parent b65efea commit 7ab0e5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions sqlite3/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = sqlite
pkgdesc = A C library that implements an SQL database engine
pkgver = 3.45.3
pkgver = 3.46.0
pkgrel = 2
url = https://www.sqlite.org/
arch = x86_64
Expand All @@ -13,14 +13,14 @@ pkgbase = sqlite
makedepends = llvm-libs
makedepends = lld
options = !lto
source = https://www.sqlite.org/2024/sqlite-src-3450300.zip
source = https://www.sqlite.org/2024/sqlite-doc-3450300.zip
source = https://www.sqlite.org/2024/sqlite-src-3460000.zip
source = https://www.sqlite.org/2024/sqlite-doc-3460000.zip
source = sqlite-lemon-system-template.patch
source = license.txt
source = git+https://github.com/ClickHouse/ClickBench.git
source = https://datasets.clickhouse.com/hits_compatible/hits.csv.gz
sha256sums = ec0c959e42cb5f1804135d0555f8ea32be6ff2048eb181bccd367c8f53f185d1
sha256sums = 13383c4babde9f0aa2c4d195d2109be6ba54a10b5759930912a5c559c6ec2e48
sha256sums = 070362109beb6899f65797571b98b8824c8f437f5b2926f88ee068d98ef368ec
sha256sums = 5ec9651bbfab7d3bf0a295f4d9be7d861e9968ea993438f05b579d8a75fe1e6f
sha256sums = 55746d93b0df4b349c4aa4f09535746dac3530f9fd6de241c9f38e2c92e8ee97
sha256sums = 4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d
sha256sums = SKIP
Expand All @@ -31,15 +31,15 @@ pkgname = sqlite
depends = readline
depends = zlib
depends = glibc
provides = sqlite3=3.45.3
provides = sqlite3=3.46.0
provides = libsqlite3.so
replaces = sqlite3

pkgname = sqlite-tcl
pkgdesc = sqlite Tcl Extension Architecture (TEA)
depends = sqlite
depends = glibc
provides = sqlite3-tcl=3.45.3
provides = sqlite3-tcl=3.46.0
replaces = sqlite3-tcl

pkgname = sqlite-analyzer
Expand All @@ -54,5 +54,5 @@ pkgname = lemon

pkgname = sqlite-doc
pkgdesc = most of the static HTML files that comprise this website, including all of the SQL Syntax and the C/C++ interface specs and other miscellaneous documentation
provides = sqlite3-doc=3.45.3
provides = sqlite3-doc=3.46.0
replaces = sqlite3-doc
8 changes: 4 additions & 4 deletions sqlite3/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

pkgbase="sqlite"
pkgname=('sqlite' 'sqlite-tcl' 'sqlite-analyzer' 'lemon' 'sqlite-doc')
_srcver=3450300
_srcver=3460000
_docver=${_srcver}
#_docver=3440000
pkgver=3.45.3
pkgver=3.46.0
pkgrel=2
pkgdesc="A C library that implements an SQL database engine"
arch=('x86_64')
Expand All @@ -22,8 +22,8 @@ source=(https://www.sqlite.org/2024/sqlite-src-${_srcver}.zip
git+https://github.com/ClickHouse/ClickBench.git
https://datasets.clickhouse.com/hits_compatible/hits.csv.gz)
# upstream now switched to sha3sums - currently not supported by makepkg
sha256sums=('ec0c959e42cb5f1804135d0555f8ea32be6ff2048eb181bccd367c8f53f185d1'
'13383c4babde9f0aa2c4d195d2109be6ba54a10b5759930912a5c559c6ec2e48'
sha256sums=('070362109beb6899f65797571b98b8824c8f437f5b2926f88ee068d98ef368ec'
'5ec9651bbfab7d3bf0a295f4d9be7d861e9968ea993438f05b579d8a75fe1e6f'
'55746d93b0df4b349c4aa4f09535746dac3530f9fd6de241c9f38e2c92e8ee97'
'4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d'
'SKIP'
Expand Down

0 comments on commit 7ab0e5d

Please sign in to comment.