summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2015-06-11 09:03:58 +0800
committerTing-Wei Lan2015-06-11 09:03:58 +0800
commit1f2742625be7d96dea4cf2ea69b1afc4baa220e8 (patch)
tree1ae6d5ae5d12bb4add62c4af6d3ff7ffc9aa76df
parentdb31aed716353ffb03cd6ff16836b21c64fb3034 (diff)
downloadaur-1f2742625be7d96dea4cf2ea69b1afc4baa220e8.tar.gz
mingw-w64-gtk3: 3.16.3 -> 3.16.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1edb83b23c82..dcb5b0a205da 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.16.3
+ pkgver = 3.16.4
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.16/gtk+-3.16.3.tar.xz
- sha256sums = 2943fd4a6b02c2a9b2edd231c1d8f7a1d2f8d36996f14310d34f503dca9ebea4
+ source = https://download.gnome.org/sources/gtk+/3.16/gtk+-3.16.4.tar.xz
+ sha256sums = 1ee5dbd7a4cb81a91eaa1b7ae64ba5a3eab6a3c0a764155583ab96524590fc8e
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index cbf055be3a79..9fc1f785ea54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.16.3
+pkgver=3.16.4
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (v3) (mingw-w64)'
arch=(any)
@@ -25,7 +25,7 @@ depends=(
'mingw-w64-pango>=1.36.7')
options=(!strip !buildflags staticlibs)
source=("https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
-sha256sums=('2943fd4a6b02c2a9b2edd231c1d8f7a1d2f8d36996f14310d34f503dca9ebea4')
+sha256sums=('1ee5dbd7a4cb81a91eaa1b7ae64ba5a3eab6a3c0a764155583ab96524590fc8e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"