summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2015-09-21 02:42:34 +0800
committerTing-Wei Lan2015-09-21 02:42:34 +0800
commit9f90a8e39c0a40aab901ab0c81a01ace9eb5498b (patch)
treef9d0fd6252b3663a2e371f97d5c52d2b278ad02e
parent793e4b46eefa60a18a28e15c50a9710a0c56b7d4 (diff)
downloadaur-9f90a8e39c0a40aab901ab0c81a01ace9eb5498b.tar.gz
mingw-w64-gdk-gtk3: 3.16.6 -> 3.16.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1994f22c435..d3d00532e72f 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.6
+ pkgver = 3.16.7
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.6.tar.xz
- sha256sums = 4d12726d0856a968b41802ae5c5971d7e9bac532717e309d3f81b9989da5ffbe
+ source = https://download.gnome.org/sources/gtk+/3.16/gtk+-3.16.7.tar.xz
+ sha256sums = 19689d14de54d182fad538153dbff6d41f53841f940aa871585fdea0306c7fba
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index d3690b6b63eb..8256014aa909 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.16.6
+pkgver=3.16.7
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=('4d12726d0856a968b41802ae5c5971d7e9bac532717e309d3f81b9989da5ffbe')
+sha256sums=('19689d14de54d182fad538153dbff6d41f53841f940aa871585fdea0306c7fba')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"