summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTing-Wei Lan2024-04-03 22:33:22 +0800
committerTing-Wei Lan2024-04-03 22:33:22 +0800
commit55f6c7501943cd65ce429b10e3dee42bd6c97e2c (patch)
tree779b9bf80f0a2579b7a3786c8c3689d9a6632621 /PKGBUILD
parent742105e9b40c56a9b013ae584ae697d9cbdaa1be (diff)
downloadaur-mingw-w64-gtk3.tar.gz
mingw-w64-gtk3: 3.24.38 -> 3.24.41
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3c2048c0e7a..5d78a594c490 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.38
+pkgver=3.24.41
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)'
arch=('any')
@@ -13,7 +13,7 @@ makedepends=(
'mingw-w64-pkg-config'
'mingw-w64-meson'
'gdk-pixbuf2' # gdk-pixbuf-pixdata
- 'python' # gdbus-codegen
+ 'python-packaging' # gdbus-codegen
'sassc')
depends=(
'mingw-w64-crt'
@@ -30,7 +30,7 @@ options=('!strip' '!buildflags' 'staticlibs')
source=(
"https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
sha256sums=(
- 'ce11decf018b25bdd8505544a4f87242854ec88be054d9ade5f3a20444dd8ee7')
+ '47da61487af3087a94bc49296fd025ca0bc02f96ef06c556e7c8988bd651b6fa')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')