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

Antonio Rojas arojas at gemini.archlinux.org
Fri Jul 8 16:34:51 UTC 2022


    Date: Friday, July 8, 2022 @ 16:34:50
  Author: arojas
Revision: 1248715

wxwidgets 3.2 rebuild

Modified:
  xchm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-08 16:31:45 UTC (rev 1248714)
+++ PKGBUILD	2022-07-08 16:34:50 UTC (rev 1248715)
@@ -3,12 +3,12 @@
 
 pkgname=xchm
 pkgver=1.32
-pkgrel=2
+pkgrel=3
 pkgdesc='Viewer for CHM files (GUI front-end to chmlib)'
 arch=('x86_64')
 url='https://github.com/rzvncj/xCHM'
 license=('GPL2')
-depends=('chmlib' 'wxgtk3')
+depends=('chmlib' 'wxwidgets-gtk3')
 source=("https://github.com/rzvncj/xCHM/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
 sha256sums=('b225adf2da99ab26b039d675c446018bb33815f47aae898cf0bc18cb4ef5222c')
 
@@ -19,7 +19,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
+  ./configure --prefix=/usr
   make
 }
 



More information about the arch-commits mailing list