summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2017-08-23 02:07:09 +0800
committerTing-Wei Lan2017-08-23 02:07:09 +0800
commit73de19419715ee36d3894e4b7152b738b6b113e8 (patch)
tree14f7f6c5adb839c9b40eb0a51ce2602d7ab6ead8
parentc86638e4aeae4572825cdcd904d15f9aa53ea325 (diff)
downloadaur-73de19419715ee36d3894e4b7152b738b6b113e8.tar.gz
mingw-w64-gtk3: 3.22.18 -> 3.22.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdbd77017418..1f67a2610054 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Aug 11 08:04:56 UTC 2017
+# Tue Aug 22 18:07:09 UTC 2017
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 3.22.18
+ pkgver = 3.22.19
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.18.tar.xz
- sha256sums = b64b1c2ec20adf128ac08ee704d1f4e7b0a8d3df097d51f62edb271c7bb1bf69
+ source = https://download.gnome.org/sources/gtk+/3.22/gtk+-3.22.19.tar.xz
+ sha256sums = 9883d3ca5244f9b3168ce660e87d52900e141d0f7147dea0640bdd6fe8e5166c
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index e1dc4f74b42c..57d991c3f0e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.22.18
+pkgver=3.22.19
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=('b64b1c2ec20adf128ac08ee704d1f4e7b0a8d3df097d51f62edb271c7bb1bf69')
+sha256sums=('9883d3ca5244f9b3168ce660e87d52900e141d0f7147dea0640bdd6fe8e5166c')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"