summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2017-11-01 22:16:42 +0800
committerTing-Wei Lan2017-11-01 22:16:42 +0800
commit7a4d92339bd7498981a2f9264efe4ea1cb1b5674 (patch)
tree5ca37d777126786fff7434b327d9ba47b9667a45
parentfb57bae8dd193198ecfc08e92215da4f641d6e84 (diff)
downloadaur-7a4d92339bd7498981a2f9264efe4ea1cb1b5674.tar.gz
mingw-w64-gtk3: 3.22.24 -> 3.22.25
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20854c14532f..e976812341d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Oct 5 06:09:18 UTC 2017
+# Wed Nov 1 14:16:42 UTC 2017
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 3.22.24
+ pkgver = 3.22.25
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.24.tar.xz
- sha256sums = cbb16e4cfc928ab8f5f22f7290616f95f6ebc8c97cc724a2007b07ced833592b
+ source = https://download.gnome.org/sources/gtk+/3.22/gtk+-3.22.25.tar.xz
+ sha256sums = e25eaed5ab0775ddc211898fbfdc873b19e4a7ab03c0dbe88dff1938b433739e
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 915b43dafd24..5384eebbefde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.22.24
+pkgver=3.22.25
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=('cbb16e4cfc928ab8f5f22f7290616f95f6ebc8c97cc724a2007b07ced833592b')
+sha256sums=('e25eaed5ab0775ddc211898fbfdc873b19e4a7ab03c0dbe88dff1938b433739e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"