summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2017-09-12 19:46:01 +0800
committerTing-Wei Lan2017-09-12 19:46:01 +0800
commit04eb57ec182010e869ede70a6349c2e13f91840f (patch)
tree680940642e2097a8177e0c0edf21ec248c10194f
parent90763a375b22e1fd4b3d09d3b169264dca2d0ffb (diff)
downloadaur-04eb57ec182010e869ede70a6349c2e13f91840f.tar.gz
mingw-w64-gtk3: 3.22.20 -> 3.22.21
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 858c96f34e53..fe2bd220265a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 5 13:58:18 UTC 2017
+# Tue Sep 12 11:46:01 UTC 2017
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 3.22.20
+ pkgver = 3.22.21
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.20.tar.xz
- sha256sums = 70c90998a7809f60dc0a7439a68c34e59077dadb631657a6f9cab6a5539c02d9
+ source = https://download.gnome.org/sources/gtk+/3.22/gtk+-3.22.21.tar.xz
+ sha256sums = 1bd3c1a85cfb4db112cabb5379abb05a1a94fe43052d309d573493fca00e6b87
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 20f8f866d514..1beba1c36d11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.22.20
+pkgver=3.22.21
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=('70c90998a7809f60dc0a7439a68c34e59077dadb631657a6f9cab6a5539c02d9')
+sha256sums=('1bd3c1a85cfb4db112cabb5379abb05a1a94fe43052d309d573493fca00e6b87')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"