Date: Monday, June 12, 2017 @ 17:08:21
  Author: jlichtblau
Revision: 236546

upgpkg: wxsqlite3 3.5.5-1 - new upstream release

Modified:
  wxsqlite3/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-06-12 17:07:45 UTC (rev 236545)
+++ PKGBUILD    2017-06-12 17:08:21 UTC (rev 236546)
@@ -5,21 +5,21 @@
 # Contributor: Scott Furry <scott.wl.fu...@gmail.com>
 
 pkgname=wxsqlite3
-pkgver=3.5.3
+pkgver=3.5.5
 pkgrel=1
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('i686' 'x86_64')
 url="http://utelle.github.io/wxsqlite3";
 license=('custom:wxWindows')
-depends=('wxgtk')
+depends=('wxgtk3')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('4a538b20cb694b821fe842b17bcb9ee0f5a2c666ff12c33d77c6d5abce2e1118')
+sha256sums=('303aba23d5d3349335f6a9e56a35f0c55641b4af9c330f7074def71384e49303')
 
 build() {
   cd $pkgname-$pkgver
 
   autoreconf
-  ./configure --prefix=/usr
+  ./configure --with-wx-config=/usr/bin/wx-config-gtk3 --prefix=/usr
   make
 }
 

Reply via email to