summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2021-03-02 00:44:59 +0800
committerTing-Wei Lan2021-03-02 00:44:59 +0800
commit029f3c706ab16b8e3c79876315d965aecb4c1a17 (patch)
treed129f782f7303bade3c55c05ce1e9bfcc768d4e9
parent1c8a7b5e5370959c73551d8ad6a7dba44a2094e2 (diff)
downloadaur-029f3c706ab16b8e3c79876315d965aecb4c1a17.tar.gz
mingw-w64-gtk3: 3.24.24 -> 3.24.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2acd8eafc13c..2fd19a5c73fc 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.24
+ pkgver = 3.24.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.24/gtk+-3.24.24.tar.xz
- sha256sums = cc9d4367c55b724832f6b09ab85481738ea456871f0381768a6a99335a98378a
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.25.tar.xz
+ sha256sums = 87e26b111d3b8a85ff218980a56f3e814257b8dd11e5c4d9a2803b423b08297c
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 1d71a27bf0e0..431d19a3a76a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.24
+pkgver=3.24.25
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)'
arch=('any')
@@ -29,7 +29,7 @@ options=('!strip' '!buildflags' 'staticlibs')
source=(
"https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
sha256sums=(
- 'cc9d4367c55b724832f6b09ab85481738ea456871f0381768a6a99335a98378a')
+ '87e26b111d3b8a85ff218980a56f3e814257b8dd11e5c4d9a2803b423b08297c')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')
@@ -56,7 +56,7 @@ build() {
--enable-broadway-backend \
--enable-win32-backend \
--disable-cups
- make GLIB_COMPILE_RESOURCES=glib-compile-resources
+ make GLIB_COMPILE_RESOURCES=glib-compile-resources PYTHON=python
cd ..
done
}