summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072020-11-10 19:14:35 +0100
committersL1pKn072020-11-10 19:14:35 +0100
commit89939b57dba86c5271b33beb14dfd0c60dd6a073 (patch)
tree01fb02fe4da8cb4c80221164ecd8668d0583b6cd /PKGBUILD
parentc6f0be8c50947fcfd092e6cc1b6f228093945ee5 (diff)
downloadaur-lib32-wxwidgets-light.tar.gz
Update to 3.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index befb78d8b4b9..efe276cd0134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgname=('lib32-wxbase-light'
'lib32-wxgtk3-light'
'lib32-wxcommon-light'
)
-pkgver=3.0.4
-pkgrel=2
+pkgver=3.0.5
+pkgrel=1
pkgdesc="wxWidgets suite for Base and GTK2 and GTK3 toolkits (GNOME/GStreamer free!) (32 bits)"
arch=('x86_64')
url='http://wxwidgets.org'
@@ -33,8 +33,6 @@ sha256sums=('SKIP'
prepare() {
mkdir -p build-{base,gtk{2,3}}
- patch -d wxwidgets -p1 -i "${srcdir}/lib32-wxwidgets-collision.patch"
-
# C++ ABI check is too strict and breaks with GCC 5.1
# https://bugzilla.redhat.com/show_bug.cgi?id=1200611
patch -d wxwidgets -p1 -i "${srcdir}/lib32-make-abicheck-non-fatal.patch"