summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Puntiy2018-03-24 19:03:08 +0300
committerIvan Puntiy2018-03-24 19:03:08 +0300
commit53b72a08a3ad13836992b44096f42d7331bfb46d (patch)
tree806b5663f679a205b2eff13ce555dd989ee1b713
parent66fae0d416e9950e1621347ab9d7c583ed88c99d (diff)
downloadaur-53b72a08a3ad13836992b44096f42d7331bfb46d.tar.gz
mingw-w64-wxmsw 3.0.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a6cb9d598c3..8f4e8922a9cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 19 06:20:23 UTC 2017
+# Sat Mar 24 16:01:57 UTC 2018
pkgbase = mingw-w64-wxmsw
pkgdesc = Win32 implementation of wxWidgets API for GUI (mingw-w64)
- pkgver = 3.0.3
+ pkgver = 3.0.4
pkgrel = 1
epoch = 1
url = https://wxwidgets.org
@@ -21,8 +21,8 @@ pkgbase = mingw-w64-wxmsw
options = staticlibs
options = !strip
options = !buildflags
- source = https://github.com/wxWidgets/wxWidgets/releases/download/v3.0.3/wxWidgets-3.0.3.tar.bz2
- sha256sums = 08c8033f48ec1b23520f036cde37b5ae925a6a65f137ded665633ca159b9307b
+ source = https://github.com/wxWidgets/wxWidgets/releases/download/v3.0.4/wxWidgets-3.0.4.tar.bz2
+ sha256sums = 96157f988d261b7368e5340afa1a0cad943768f35929c22841f62c25b17bf7f0
pkgname = mingw-w64-wxmsw
diff --git a/PKGBUILD b/PKGBUILD
index 9c3cb1f65dc6..da98792c6817 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mingw-w64-wxmsw
epoch=1
-pkgver=3.0.3
+pkgver=3.0.4
pkgrel=1
pkgdesc="Win32 implementation of wxWidgets API for GUI (mingw-w64)"
arch=(any)
@@ -15,7 +15,7 @@ options=(staticlibs !strip !buildflags)
conflicts=(mingw-w64-wxmsw2.9 mingw-w64-wxmsw-static)
provides=(mingw-w64-wxmsw2.9 mingw-w64-wxmsw-static)
source=("https://github.com/wxWidgets/wxWidgets/releases/download/v${pkgver}/wxWidgets-${pkgver}.tar.bz2")
-sha256sums=('08c8033f48ec1b23520f036cde37b5ae925a6a65f137ded665633ca159b9307b')
+sha256sums=('96157f988d261b7368e5340afa1a0cad943768f35929c22841f62c25b17bf7f0')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -37,7 +37,8 @@ build() {
# Fix for current libuuid.a issues
# see: https://github.com/Alexpux/MINGW-packages/issues/1761
- _build_flags="${_build_flags} LDFLAGS=-Wl,--allow-multiple-definition"
+ # looks like this was fixed, uncomment if needed
+ # _build_flags="${_build_flags} LDFLAGS=-Wl,--allow-multiple-definition"
cd "${srcdir}/wxWidgets-${pkgver}"
for _arch in ${_architectures}; do