Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / sqlitebrowser
Commits: aeadecb2 by Robin Candau at 2026-02-24T17:07:39+01:00 upgpkg: 3.13.1-3: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = sqlitebrowser pkgdesc = A light GUI editor for SQLite databases, built on top of Qt pkgver = 3.13.1 - pkgrel = 2 + pkgrel = 3 url = https://sqlitebrowser.org arch = x86_64 license = GPL-3.0-only @@ -10,7 +10,8 @@ pkgbase = sqlitebrowser makedepends = ninja makedepends = qt5-tools depends = glibc - depends = gcc-libs + depends = libgcc + depends = libstdc++ depends = qt5-base depends = qt5-svg depends = hicolor-icon-theme ===================================== PKGBUILD ===================================== @@ -7,12 +7,12 @@ pkgname=sqlitebrowser pkgver=3.13.1 -pkgrel=2 +pkgrel=3 pkgdesc="A light GUI editor for SQLite databases, built on top of Qt" url="https://sqlitebrowser.org" arch=('x86_64') license=('GPL-3.0-only') -depends=('glibc' 'gcc-libs' 'qt5-base' 'qt5-svg' 'hicolor-icon-theme' 'sqlcipher' +depends=('glibc' 'libgcc' 'libstdc++' 'qt5-base' 'qt5-svg' 'hicolor-icon-theme' 'sqlcipher' 'qcustomplot' 'qhexedit2' 'qscintilla-qt5' 'libqcustomplot.so' 'libqhexedit.so') makedepends=('git' 'cmake' 'ninja' 'qt5-tools') source=("git+https://github.com/sqlitebrowser/sqlitebrowser#tag=v${pkgver}?signed") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sqlitebrowser/-/commit/aeadecb27fc71bb0f614b621e35c7734075c5b98 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sqlitebrowser/-/commit/aeadecb27fc71bb0f614b621e35c7734075c5b98 You're receiving this email because of your account on gitlab.archlinux.org.
