summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2019-09-05 11:35:30 +0800
committerTing-Wei Lan2019-09-05 11:35:30 +0800
commitcdceecf998131299b559ed00a557ca04ccbd41d2 (patch)
treec392049bb32ac5cf868404f60559b7ca5b79a3f8
parentd33d6be75413a9d8f524b961cb0194a5e26a442f (diff)
downloadaur-cdceecf998131299b559ed00a557ca04ccbd41d2.tar.gz
mingw-w64-gtk3: 3.24.10 -> 3.24.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09fd5bcec829..b07f94e258aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 3.24.10
+ pkgver = 3.24.11
pkgrel = 1
url = http://www.gtk.org
install = mingw-w64-gtk3.install
@@ -18,14 +18,14 @@ pkgbase = mingw-w64-gtk3
depends = mingw-w64-cairo>=1.14.2-3
depends = mingw-w64-fribidi>=0.19.7
depends = mingw-w64-gdk-pixbuf2>=2.30.0
- depends = mingw-w64-glib2>=2.53.4
+ depends = mingw-w64-glib2>=2.57.2
depends = mingw-w64-libepoxy>=1.4
depends = mingw-w64-pango>=1.41.0
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.10.tar.xz
- sha256sums = 35a8f107e2b90fda217f014c0c15cb20a6a66678f6fd7e36556d469372c01b03
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.11.tar.xz
+ sha256sums = dba7658d0a2e1bfad8260f5210ca02988f233d1d86edacb95eceed7eca982895
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 49ffbb6b579d..f9619961c0d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.10
+pkgver=3.24.11
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)'
arch=('any')
@@ -22,14 +22,14 @@ depends=(
'mingw-w64-cairo>=1.14.2-3'
'mingw-w64-fribidi>=0.19.7'
'mingw-w64-gdk-pixbuf2>=2.30.0'
- 'mingw-w64-glib2>=2.53.4'
+ 'mingw-w64-glib2>=2.57.2'
'mingw-w64-libepoxy>=1.4'
'mingw-w64-pango>=1.41.0')
options=('!strip' '!buildflags' 'staticlibs')
source=(
"https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
sha256sums=(
- '35a8f107e2b90fda217f014c0c15cb20a6a66678f6fd7e36556d469372c01b03')
+ 'dba7658d0a2e1bfad8260f5210ca02988f233d1d86edacb95eceed7eca982895')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')