Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
sqlite


Commits:
72855458 by Andreas Radke at 2026-05-05T16:52:56+02:00
upgpkg: 3.53.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = sqlite
        pkgdesc = A C library that implements an SQL database engine
-       pkgver = 3.53.0
-       pkgrel = 2
+       pkgver = 3.53.1
+       pkgrel = 1
        url = https://www.sqlite.org/
        arch = x86_64
        license = LicenseRef-Sqlite
@@ -9,12 +9,12 @@ pkgbase = sqlite
        makedepends = readline
        makedepends = zlib
        options = !emptydirs
-       source = https://www.sqlite.org/2026/sqlite-src-3530000.zip
-       source = https://www.sqlite.org/2026/sqlite-doc-3530000.zip
+       source = https://www.sqlite.org/2026/sqlite-src-3530100.zip
+       source = https://www.sqlite.org/2026/sqlite-doc-3530100.zip
        source = sqlite-lemon-system-template.patch
        source = license.txt
-       sha256sums = 
fbc30cdbfcfa42c78fe7bddd3fd37ab8995369a31d39097a5d0633296c0b6e65
-       sha256sums = 
dbd3454313d3acc2d3703c5dad4d83e5bbd0aa52a1e7b002fe8c4db4c5c625ea
+       sha256sums = 
1b2b5755d9064c4d5d1b0bf5307b48b089963e291c40cc7351318aa1b61c460e
+       sha256sums = 
9fd060bf7dd8c2c78e7411d06fb81dc8aaa059eb61eec80c65e0658a8545b433
        sha256sums = 
ce0083835e458236c83d4f74ad398816e29859cd2f940c7aad9080835b50dcec
        sha256sums = 
4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d
 
@@ -23,7 +23,7 @@ pkgname = sqlite
        depends = readline
        depends = zlib
        depends = glibc
-       provides = sqlite3=3.53.0
+       provides = sqlite3=3.53.1
        provides = libsqlite3.so
        replaces = sqlite3
 
@@ -33,7 +33,7 @@ pkgname = sqlite-tcl
        depends = tcl
        depends = zlib
        depends = glibc
-       provides = sqlite3-tcl=3.53.0
+       provides = sqlite3-tcl=3.53.1
        replaces = sqlite3-tcl
 
 pkgname = sqlite-analyzer
@@ -48,5 +48,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.53.0
+       provides = sqlite3-doc=3.53.1
        replaces = sqlite3-doc


=====================================
PKGBUILD
=====================================
@@ -3,11 +3,11 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-analyzer' 'lemon' 'sqlite-doc')
-pkgver=3.53.0
+pkgver=3.53.1
 _srcver=$(echo "$pkgver" | awk -F. '{ printf "%d%02d%02d00", $1, $2, $3 }')
 _docver=${_srcver}
 #_docver=3440000
-pkgrel=2
+pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('x86_64')
 license=('LicenseRef-Sqlite')
@@ -19,10 +19,11 @@ 
source=(https://www.sqlite.org/2026/sqlite-src-${_srcver}.zip
         sqlite-lemon-system-template.patch
         license.txt)
 # upstream now switched to sha3sums - currently not supported by makepkg
-sha256sums=('fbc30cdbfcfa42c78fe7bddd3fd37ab8995369a31d39097a5d0633296c0b6e65'
-            'dbd3454313d3acc2d3703c5dad4d83e5bbd0aa52a1e7b002fe8c4db4c5c625ea'
+sha256sums=('1b2b5755d9064c4d5d1b0bf5307b48b089963e291c40cc7351318aa1b61c460e'
+            '9fd060bf7dd8c2c78e7411d06fb81dc8aaa059eb61eec80c65e0658a8545b433'
             'ce0083835e458236c83d4f74ad398816e29859cd2f940c7aad9080835b50dcec'
             '4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
+
 prepare() {
   cd sqlite-src-$_srcver
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sqlite/-/commit/728554580aa641175c94235a32e7126ef32cd54f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sqlite/-/commit/728554580aa641175c94235a32e7126ef32cd54f
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to