[arch-commits] Commit in wxsqlite3/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Jul 8 16:31:36 UTC 2022


    Date: Friday, July 8, 2022 @ 16:31:36
  Author: arojas
Revision: 1248713

wxwidgets 3.2 rebuild

Modified:
  wxsqlite3/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-08 16:29:48 UTC (rev 1248712)
+++ PKGBUILD	2022-07-08 16:31:36 UTC (rev 1248713)
@@ -5,12 +5,12 @@
 
 pkgname=wxsqlite3
 pkgver=4.7.8
-pkgrel=1
+pkgrel=2
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('x86_64')
 url="https://utelle.github.io/wxsqlite3"
 license=('custom:LGPL-3.0+ with WxWindows-exception-3.1')
-depends=('wxgtk3')
+depends=('wxwidgets-gtk3')
 source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
 sha256sums=('f093881d91ae7a600999a879ecdfb98d2059a030541393acdddc8a49cc02c704')
 
@@ -18,7 +18,7 @@
   cd $pkgname-$pkgver
 
   autoreconf
-  ./configure --with-wx-config=/usr/bin/wx-config-gtk3 --prefix=/usr
+  ./configure --prefix=/usr
   make
 }
 



More information about the arch-commits mailing list