summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2017-03-18 20:35:54 +0800
committerTing-Wei Lan2017-03-18 20:35:54 +0800
commitb5a02d84bf0931ea8404bb2bdc834d3d506a08ee (patch)
tree7b3909d3c8aef66afbed765a58a23d0802d11aec
parentf8e64e0f206fd5b8f97ce48aaa023e66ec8ff770 (diff)
downloadaur-b5a02d84bf0931ea8404bb2bdc834d3d506a08ee.tar.gz
mingw-w64-gtk3: 3.22.9 -> 3.22.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3acd07856468..87c0d480f196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 6 15:09:52 UTC 2017
+# Fri Mar 17 16:08:09 UTC 2017
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 3.22.9
+ pkgver = 3.22.10
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.9.tar.xz
- sha256sums = e414542c96dc9966d40774451331bd8f73f77b6670226a5bbd057973a0c6a3e1
+ source = https://download.gnome.org/sources/gtk+/3.22/gtk+-3.22.10.tar.xz
+ sha256sums = 352a90b3d09256d597cb2768ee5d685285ccc284ff22adf19df16753a829c554
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 9b0bd3eb5598..2420ee15d5bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.22.9
+pkgver=3.22.10
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=('e414542c96dc9966d40774451331bd8f73f77b6670226a5bbd057973a0c6a3e1')
+sha256sums=('352a90b3d09256d597cb2768ee5d685285ccc284ff22adf19df16753a829c554')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"