summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2015-11-10 10:48:40 +0800
committerTing-Wei Lan2015-11-10 10:48:40 +0800
commite245876450a2081312511fb575adb3bd3a7fe58f (patch)
treeb1eb97d1a8d30f0275cceca575e609feed2a740b
parentdee0a33cdf53e081e482918f636c78569ddda4a7 (diff)
downloadaur-e245876450a2081312511fb575adb3bd3a7fe58f.tar.gz
mingw-w64-gtk3: 3.18.2 -> 3.18.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50943ca18c4d..5053cf198f5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (v3) (mingw-w64)
- pkgver = 3.18.2
+ pkgver = 3.18.3
pkgrel = 1
url = http://www.gtk.org
install = mingw-w64-gtk3.install
@@ -22,8 +22,8 @@ pkgbase = mingw-w64-gtk3
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk+/3.18/gtk+-3.18.2.tar.xz
- sha256sums = 5dbec561c4a00070073bf9cf4cfdd61fab4a14c8ff5b15d700bd378f8185e152
+ source = https://download.gnome.org/sources/gtk+/3.18/gtk+-3.18.3.tar.xz
+ sha256sums = f3c76791f93f51e260b03676f83007730b9875a0a9bf5cd42442e2f14e593546
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index cbe8a9352eaf..ef3cfda214bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.18.2
+pkgver=3.18.3
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (v3) (mingw-w64)'
arch=(any)
@@ -25,7 +25,7 @@ depends=(
'mingw-w64-pango>=1.37.3')
options=(!strip !buildflags staticlibs)
source=("https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
-sha256sums=('5dbec561c4a00070073bf9cf4cfdd61fab4a14c8ff5b15d700bd378f8185e152')
+sha256sums=('f3c76791f93f51e260b03676f83007730b9875a0a9bf5cd42442e2f14e593546')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"