summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2022-07-24 08:05:50 -0600
committernot_anonymous2022-07-24 08:05:50 -0600
commit6c147603cfa1fe79abdaad8e866eb1e2bfba4221 (patch)
tree955c4c89917ac9855cd1c4a056862b99aae683a0
parent0da7f7a2f6ebc40626aef6df2583eec033fc89ff (diff)
downloadaur-6c147603cfa1fe79abdaad8e866eb1e2bfba4221.tar.gz
Updated 4 new wx
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6abb0693bc1d..2fe745ee667f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trustedqsl
pkgdesc = QSO log signing data for the ARRL Logbook of The World (LoTW)
pkgver = 2.6.4
- pkgrel = 1
+ pkgrel = 2
url = http://lotw.arrl.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 85da695b3a72..eebb58dec468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=trustedqsl
__pkgname=tqsl
pkgver=2.6.4
-pkgrel=1
+pkgrel=2
pkgdesc="QSO log signing data for the ARRL Logbook of The World (LoTW)"
arch=('i686' 'x86_64' 'aarch64')
url="http://lotw.arrl.org/"
@@ -25,8 +25,8 @@ build() {
cd build
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-gtk3' \
- -DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-3.0' \
+ -DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config' \
+ -DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc' \
../
make
}