summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Puntiy2021-04-30 22:12:49 +0300
committerIvan Puntiy2021-04-30 22:12:49 +0300
commitc6993672aa3fc14d12491565398bed65b3ebecab (patch)
treeb94446924ce1d751ed77fe0a653d160922ab3ff0
parent4a072dd196ea6acfcd9d0f7f0d781b3565fb17af (diff)
downloadaur-c6993672aa3fc14d12491565398bed65b3ebecab.tar.gz
Version bump: 3.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 115b40254133..f7795d81bd5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-wxmsw3.1
pkgdesc = Win32 implementation of wxWidgets API for GUI (development branch, mingw-w64)
- pkgver = 3.1.4
+ pkgver = 3.1.5
pkgrel = 1
epoch = 1
url = http://wxwidgets.org
@@ -15,8 +15,8 @@ pkgbase = mingw-w64-wxmsw3.1
options = staticlibs
options = !strip
options = !buildflags
- source = https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.4/wxWidgets-3.1.4.tar.bz2
- sha1sums = f8c77e6336b5f6414b07e27baa489fb8abc620c4
+ source = https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.5/wxWidgets-3.1.5.tar.bz2
+ sha1sums = 725455d6324baa808259b56a42199237327e0638
pkgname = mingw-w64-wxmsw3.1
diff --git a/PKGBUILD b/PKGBUILD
index 735450c7e0b6..80bb413e01ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mingw-w64-wxmsw3.1
epoch=1
-pkgver=3.1.4
+pkgver=3.1.5
_shortver=3.1
pkgrel=1
pkgdesc="Win32 implementation of wxWidgets API for GUI (development branch, mingw-w64)"
@@ -14,7 +14,7 @@ makedepends=(mingw-w64-configure)
depends=(mingw-w64-crt mingw-w64-expat mingw-w64-libpng mingw-w64-libjpeg-turbo mingw-w64-libtiff)
options=(staticlibs !strip !buildflags)
source=("https://github.com/wxWidgets/wxWidgets/releases/download/v${pkgver}/wxWidgets-${pkgver}.tar.bz2")
-sha1sums=('f8c77e6336b5f6414b07e27baa489fb8abc620c4')
+sha1sums=('725455d6324baa808259b56a42199237327e0638')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -62,7 +62,7 @@ package() {
make DESTDIR="${pkgdir}" install
done
- mv "${pkgdir}/usr/${_arch}/lib/"*.dll "${pkgdir}/usr/${_arch}/bin"
+ # mv "${pkgdir}/usr/${_arch}/lib/"*.dll "${pkgdir}/usr/${_arch}/bin" # appears to already be in the correct location
find "${pkgdir}/usr/${_arch}" -name '*.exe' | xargs -rtl1 rm
find "${pkgdir}/usr/${_arch}" -name '*.dll' | xargs -rtl1 ${_arch}-strip --strip-unneeded
find "${pkgdir}/usr/${_arch}" -name '*.a' -o -name '*.dll' | xargs -rtl1 ${_arch}-strip -g