Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / wxsqlite3
Commits: f7853438 by Antonio Rojas at 2023-12-25T00:41:32+01:00 upgpkg: 4.9.8-1: Update to 4.9.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,12 @@ +pkgbase = wxsqlite3 + pkgdesc = wxWidgets wrapper for SQLite3 + pkgver = 4.9.8 + pkgrel = 1 + url = https://utelle.github.io/wxsqlite3 + arch = x86_64 + license = custom:LGPL-3.0+ with WxWindows-exception-3.1 + depends = wxwidgets-gtk3 + source = wxsqlite3-4.9.8.tar.gz::https://github.com/utelle/wxsqlite3/archive/v4.9.8.tar.gz + sha256sums = 5d935ecd0c8182291cf540de6103d57c09a7068246ff31af271397f8dc8f12bb + +pkgname = wxsqlite3 ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Scott Furry <[email protected]> pkgname=wxsqlite3 -pkgver=4.9.4 +pkgver=4.9.8 pkgrel=1 pkgdesc="wxWidgets wrapper for SQLite3" arch=('x86_64') @@ -12,7 +12,7 @@ url="https://utelle.github.io/wxsqlite3" license=('custom:LGPL-3.0+ with WxWindows-exception-3.1') depends=('wxwidgets-gtk3') source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz) -sha256sums=('020f05951bc46e59967bb48825799549cd8b79704c05358e972b86d4656c10e4') +sha256sums=('5d935ecd0c8182291cf540de6103d57c09a7068246ff31af271397f8dc8f12bb') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wxsqlite3/-/commit/f785343894f836137da20e9dad3fbef5438f0488 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wxsqlite3/-/commit/f785343894f836137da20e9dad3fbef5438f0488 You're receiving this email because of your account on gitlab.archlinux.org.
