summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2017-11-08 20:27:25 +0800
committerTing-Wei Lan2017-11-08 20:27:25 +0800
commit344c0bb5c19cf4143b56c4a376a12c1df369281b (patch)
tree2104e48ef963e3947e48568d7e61c435fc2a6c16
parent7a4d92339bd7498981a2f9264efe4ea1cb1b5674 (diff)
downloadaur-344c0bb5c19cf4143b56c4a376a12c1df369281b.tar.gz
mingw-w64-gtk3: 3.22.25 -> 3.22.26
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e976812341d7..8f80e73aec01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 1 14:16:42 UTC 2017
+# Wed Nov 8 12:27:26 UTC 2017
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 3.22.25
+ pkgver = 3.22.26
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.25.tar.xz
- sha256sums = e25eaed5ab0775ddc211898fbfdc873b19e4a7ab03c0dbe88dff1938b433739e
+ source = https://download.gnome.org/sources/gtk+/3.22/gtk+-3.22.26.tar.xz
+ sha256sums = 61eef0d320e541976e2dfe445729f12b5ade53050ee9de6184235cb60cd4b967
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 5384eebbefde..2c3009408df6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.22.25
+pkgver=3.22.26
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=('e25eaed5ab0775ddc211898fbfdc873b19e4a7ab03c0dbe88dff1938b433739e')
+sha256sums=('61eef0d320e541976e2dfe445729f12b5ade53050ee9de6184235cb60cd4b967')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"