summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2015-04-10 00:30:43 +0800
committerTing-Wei Lan2015-04-10 00:30:43 +0800
commit0befc005402295f02a9cd4006b80d2ab11ca25d6 (patch)
treeb76312b916dbe792153330c46b2eb96dd437e071
parent0247f8dcb9f2661f7c8343d843a7a3bf42728be0 (diff)
downloadaur-0befc005402295f02a9cd4006b80d2ab11ca25d6.tar.gz
mingw-w64-gtk3: 3.16.0 -> 3.16.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2459299d337d..27154254a15b 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.0
+ pkgver = 3.16.1
pkgrel = 1
url = http://www.gtk.org
arch = any
@@ -20,8 +20,8 @@ pkgbase = mingw-w64-gtk3
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk+/3.16/gtk+-3.16.0.tar.xz
- sha256sums = ce617318fe18092383cf6ed5d8c688a95a97f2d4c68481317a6a531e288c26ea
+ source = https://download.gnome.org/sources/gtk+/3.16/gtk+-3.16.1.tar.xz
+ sha256sums = 9f9716a8c7f8dc149f767718e25fed41984b504a00fd0919b1a4969ca2e4db31
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index f49f45bc7e46..563a21614178 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.16.0
+pkgver=3.16.1
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (v3) (mingw-w64)'
arch=(any)
@@ -23,7 +23,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=('ce617318fe18092383cf6ed5d8c688a95a97f2d4c68481317a6a531e288c26ea')
+sha256sums=('9f9716a8c7f8dc149f767718e25fed41984b504a00fd0919b1a4969ca2e4db31')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"