summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2015-04-14 14:40:51 +0800
committerTing-Wei Lan2015-04-14 14:40:51 +0800
commit2d027aeb9b561c97e313866cce6878dd621fe41d (patch)
treefb535cfd219984d4b4f024931db1f4bb227a44ee
parent14b46c66ca5ad8fb96e57d462c2a4a0335297f3a (diff)
downloadaur-2d027aeb9b561c97e313866cce6878dd621fe41d.tar.gz
mingw-w64-gtk3: 3.16.1 -> 3.16.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6a47096513e..6f0665937686 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (v3) (mingw-w64)
- pkgver = 3.16.1
- pkgrel = 4
+ pkgver = 3.16.2
+ pkgrel = 1
url = http://www.gtk.org
install = mingw-w64-gtk3.install
arch = any
@@ -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.1.tar.xz
- sha256sums = 9f9716a8c7f8dc149f767718e25fed41984b504a00fd0919b1a4969ca2e4db31
+ source = https://download.gnome.org/sources/gtk+/3.16/gtk+-3.16.2.tar.xz
+ sha256sums = a03963a61c9f5253a8d4003187190be165d92f95acf97ca783735071a8781cfa
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 1f50c99b0c7d..bfcbb480a1b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.16.1
-pkgrel=4
+pkgver=3.16.2
+pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (v3) (mingw-w64)'
arch=(any)
url='http://www.gtk.org'
@@ -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=('9f9716a8c7f8dc149f767718e25fed41984b504a00fd0919b1a4969ca2e4db31')
+sha256sums=('a03963a61c9f5253a8d4003187190be165d92f95acf97ca783735071a8781cfa')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"