summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-09-05 19:58:44 +0200
committersL1pKn072017-09-05 19:58:44 +0200
commit8f13ad3f782802c6651096a889633366aec3cbc3 (patch)
treea073abeb94b7892f02c0c3c75d48104a5f268af7
parent4cdca8c8ef04b2801fa881067d439a79f2861413 (diff)
downloadaur-8f13ad3f782802c6651096a889633366aec3cbc3.tar.gz
Fix FS55509
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 335f635ff62e..b7923f982418 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Aug 5 14:46:22 UTC 2017
+# Tue Sep 5 17:58:15 UTC 2017
pkgbase = wxwidgets-light
pkgdesc = wxWidgets suite for Base and GTK2 and GTK3 toolkits (GNOME/GStreamer free!)
pkgver = 3.0.3
- pkgrel = 3
+ pkgrel = 4
url = http://wxwidgets.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b8aba26f4797..71fe0851ec16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=('wxbase-light'
'wxcommon-light'
)
pkgver=3.0.3
-pkgrel=3
+pkgrel=4
pkgdesc="wxWidgets suite for Base and GTK2 and GTK3 toolkits (GNOME/GStreamer free!)"
arch=('i686' 'x86_64')
url='http://wxwidgets.org'
@@ -35,6 +35,9 @@ prepare() {
# C++ ABI check is too strict and breaks with GCC 5.1
# https://bugzilla.redhat.com/show_bug.cgi?id=1200611
patch -Np1 -i "${srcdir}/make-abicheck-non-fatal.patch"
+
+ # FS 55509
+ git cherry-pick ce1dce113c5eda42f49ba3278bb21c61872ca37d
}
build() {