Date: Tuesday, March 22, 2022 @ 17:10:03 Author: jlichtblau Revision: 1170341
upgpkg: wxsqlite3 4.7.4-1 - new upstream release Modified: wxsqlite3/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-22 17:08:00 UTC (rev 1170340) +++ PKGBUILD 2022-03-22 17:10:03 UTC (rev 1170341) @@ -4,15 +4,15 @@ # Contributor: Scott Furry <[email protected]> pkgname=wxsqlite3 -pkgver=4.7.3 +pkgver=4.7.4 pkgrel=1 pkgdesc="wxWidgets wrapper for SQLite3" arch=('x86_64') url="https://utelle.github.io/wxsqlite3" -license=('custom:wxWindows') +license=('custom:LGPL-3.0+ with WxWindows-exception-3.1') depends=('wxgtk3') source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz) -sha256sums=('f03af537de074119199d4e7c9082290a07fcf37099b054b63e1ea42fc1c4fa83') +sha256sums=('556c53fa20e14319737a583027a4334ac86a1c414be3e963e577d0dcb68909f7') build() { cd $pkgname-$pkgver
