summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2017-07-19 23:05:57 +0800
committerTing-Wei Lan2017-07-19 23:05:57 +0800
commitc85111cafc621a24b5a380177d3a1bcd72c5032b (patch)
tree0fe9c65ad59e4a311d5cecc54bf793960bfa50fd
parentc5ae0e33e14d8644efe8df5b2c32d2ee34240db0 (diff)
downloadaur-c85111cafc621a24b5a380177d3a1bcd72c5032b.tar.gz
mingw-w64-gtk3: 3.22.16 -> 3.22.17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6917f15d7ea1..2594b4112b5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 22 05:26:08 UTC 2017
+# Wed Jul 19 15:05:57 UTC 2017
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 3.22.16
+ pkgver = 3.22.17
pkgrel = 1
url = http://www.gtk.org
install = mingw-w64-gtk3.install
@@ -24,8 +24,8 @@ pkgbase = mingw-w64-gtk3
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk+/3.22/gtk+-3.22.16.tar.xz
- sha256sums = 3e0c3ad01f3c8c5c9b1cc1ae00852bd55164c8e5a9c1f90ba5e07f14f175fe2c
+ source = https://download.gnome.org/sources/gtk+/3.22/gtk+-3.22.17.tar.xz
+ sha256sums = a6c1fb8f229c626a3d9c0e1ce6ea138de7f64a5a6bc799d45fa286fe461c3437
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index f354dfa5921d..b89b886eb265 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.22.16
+pkgver=3.22.17
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)'
arch=(any)
@@ -25,7 +25,7 @@ depends=(
'mingw-w64-pango>=1.37.3')
options=(!strip !buildflags staticlibs)
source=("https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
-sha256sums=('3e0c3ad01f3c8c5c9b1cc1ae00852bd55164c8e5a9c1f90ba5e07f14f175fe2c')
+sha256sums=('a6c1fb8f229c626a3d9c0e1ce6ea138de7f64a5a6bc799d45fa286fe461c3437')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"