summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2015-07-08 13:06:37 +0800
committerTing-Wei Lan2015-07-08 13:06:37 +0800
commitf46b6dd2a21e06f79799a8cb4caaae3c8b04669f (patch)
tree189547150aa207f6f2f49130c2193220218c1269
parent1f2742625be7d96dea4cf2ea69b1afc4baa220e8 (diff)
downloadaur-f46b6dd2a21e06f79799a8cb4caaae3c8b04669f.tar.gz
mingw-w64-gtk3: 3.16.4 -> 3.16.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcb5b0a205da..51aed8d348e3 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.4
+ pkgver = 3.16.5
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.4.tar.xz
- sha256sums = 1ee5dbd7a4cb81a91eaa1b7ae64ba5a3eab6a3c0a764155583ab96524590fc8e
+ source = https://download.gnome.org/sources/gtk+/3.16/gtk+-3.16.5.tar.xz
+ sha256sums = b87c99d127eb962fc857c246b77a65322cdffd7dcbcf46a83bce2040e0f4bc31
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 9fc1f785ea54..9030569e9522 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.16.4
+pkgver=3.16.5
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=('1ee5dbd7a4cb81a91eaa1b7ae64ba5a3eab6a3c0a764155583ab96524590fc8e')
+sha256sums=('b87c99d127eb962fc857c246b77a65322cdffd7dcbcf46a83bce2040e0f4bc31')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"