aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Buschsieweke <marian.buschsieweke@ovgu.de>2020-10-07 22:38:12 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-10-07 21:36:34 +0000
commite072a1673b55817c6962be3012c4aedf9ab3174e (patch)
treeb9db7c3622c2a0e3ac012c2cca160fa3c9169bbe
parentad726db5742f6646b984db015d4e0cc867761f72 (diff)
community/wxgtk: rebuild
Fix the following error e.g. in testing/kicad: > Fatal Error: Mismatch between the program and library build versions detected. > The library used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers, > compatible with 2.8), and your program used 3.0 (wchar_t,compiler with C++ ABI > 1014,wx containers,compatible with 2.8). > Aborted
-rw-r--r--community/wxgtk/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wxgtk/APKBUILD b/community/wxgtk/APKBUILD
index b00b95e37dd..2b62dfddffa 100644
--- a/community/wxgtk/APKBUILD
+++ b/community/wxgtk/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
pkgname=wxgtk
pkgver=3.0.4
-pkgrel=5
+pkgrel=6
pkgdesc="GTK2 port of wxWidgets GUI library"
url="https://www.wxwidgets.org/"
arch="all"