summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Puntiy2018-12-11 15:53:48 +0200
committerIvan Puntiy2018-12-11 15:53:48 +0200
commit2633b93e377b28f01547620d85916b5c706fa571 (patch)
tree636f12653c11787869277279b632b70647dfc3e7
parent5c68da3fd637aa4429bf473b0304ec97f6df546c (diff)
downloadaur-2633b93e377b28f01547620d85916b5c706fa571.tar.gz
wxWidgets 3.1.2
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff0b864e7f46..50ae28032876 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Mar 17 11:27:39 UTC 2018
+# Tue Dec 11 12:26:17 UTC 2018
pkgbase = mingw-w64-wxmsw3.1
pkgdesc = Win32 implementation of wxWidgets API for GUI (development branch, mingw-w64)
- pkgver = 3.1.1
- pkgrel = 2
+ pkgver = 3.1.2
+ pkgrel = 1
epoch = 1
url = http://wxwidgets.org
arch = any
@@ -17,8 +17,7 @@ pkgbase = mingw-w64-wxmsw3.1
options = staticlibs
options = !strip
options = !buildflags
- source = https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.1/wxWidgets-3.1.1.tar.bz2
- sha256sums = c925dfe17e8f8b09eb7ea9bfdcfcc13696a3e14e92750effd839f5e10726159e
+ source = https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.2/wxWidgets-3.1.2.tar.bz2
+ sha256sums = 4cb8d23d70f9261debf7d6cfeca667fc0a7d2b6565adb8f1c484f9b674f1f27a
pkgname = mingw-w64-wxmsw3.1
-
diff --git a/PKGBUILD b/PKGBUILD
index bd27a6f2fee4..8236ffacadc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=mingw-w64-wxmsw3.1
epoch=1
-pkgver=3.1.1
-pkgrel=2
+pkgver=3.1.2
_shortver=3.1
+pkgrel=1
pkgdesc="Win32 implementation of wxWidgets API for GUI (development branch, mingw-w64)"
arch=(any)
url="http://wxwidgets.org"
@@ -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")
-sha256sums=('c925dfe17e8f8b09eb7ea9bfdcfcc13696a3e14e92750effd839f5e10726159e')
+sha256sums=('4cb8d23d70f9261debf7d6cfeca667fc0a7d2b6565adb8f1c484f9b674f1f27a')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"