Date: Tuesday, October 25, 2022 @ 21:04:59 Author: anthraxx Revision: 1334905
upgpkg: sqlitebrowser 3.12.2-3: Fixes crash when opening the "Modify Table" dialog Fixes FS#75921 Modified: sqlitebrowser/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 20:39:00 UTC (rev 1334904) +++ PKGBUILD 2022-10-25 21:04:59 UTC (rev 1334905) @@ -7,7 +7,7 @@ pkgname=sqlitebrowser _gitcommit=v3.12.2 pkgver=3.12.2 -pkgrel=2 +pkgrel=3 pkgdesc='SQLite Database browser is a light GUI editor for SQLite databases, built on top of Qt' url='https://sqlitebrowser.org/' arch=(x86_64) @@ -35,6 +35,7 @@ # fix qhexedit2 detection git cherry-pick --no-commit 4e7669bd0c6d9ca2c57b597f7d67df0e96bd12de git cherry-pick --no-commit 93b16bdad08e685d3b6fc1981dc50e92cfd4d0c3 + git cherry-pick --no-commit 07f1d7aa9d6fbbea9d8fc24197850ea3859b8162 } build() {
