summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2023-03-12 08:55:32 +0800
committerTing-Wei Lan <lantw44@gmail.com>2023-03-12 08:55:32 +0800
commitf7c807c3d47fd1a631ebd11347b1de56bf7ba1cd (patch)
tree8b606c1608e940aa6570218d8e34b303979e4807
parentb97d7cc50bbabf1f4f515392005b5749aff095f8 (diff)
downloadAUR4-PKGBUILD-f7c807c3d47fd1a631ebd11347b1de56bf7ba1cd.tar.gz
AUR4-PKGBUILD-f7c807c3d47fd1a631ebd11347b1de56bf7ba1cd.tar.zst
AUR4-PKGBUILD-f7c807c3d47fd1a631ebd11347b1de56bf7ba1cd.zip
mingw-w64-gtk4: 4.8.3 -> 4.10.0
-rw-r--r--mingw-w64-gtk4/.SRCINFO12
-rw-r--r--mingw-w64-gtk4/PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/mingw-w64-gtk4/.SRCINFO b/mingw-w64-gtk4/.SRCINFO
index 7cadecd..644ed53 100644
--- a/mingw-w64-gtk4/.SRCINFO
+++ b/mingw-w64-gtk4/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gtk4
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 4.8.3
+ pkgver = 4.10.0
pkgrel = 1
url = https://www.gtk.org
install = mingw-w64-gtk4.install
@@ -14,10 +14,10 @@ pkgbase = mingw-w64-gtk4
depends = mingw-w64-crt
depends = mingw-w64-adwaita-icon-theme
depends = mingw-w64-cairo>=1.14.2-3
- depends = mingw-w64-fribidi>=0.19.7
+ depends = mingw-w64-fribidi>=1.0.6
depends = mingw-w64-gdk-pixbuf2>=2.30.0
- depends = mingw-w64-glib2>=2.66.0
- depends = mingw-w64-graphene>=1.9.1
+ depends = mingw-w64-glib2>=2.72.0
+ depends = mingw-w64-graphene>=1.10.0
depends = mingw-w64-gst-plugins-bad>=1.12.3
depends = mingw-w64-harfbuzz>=2.6.0
depends = mingw-w64-libepoxy>=1.4
@@ -29,7 +29,7 @@ pkgbase = mingw-w64-gtk4
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk/4.8/gtk-4.8.3.tar.xz
- sha256sums = b362f968d085b4d3d9340d4d38c706377ded9d5374e694a2b6b7e6292e3cba74
+ source = https://download.gnome.org/sources/gtk/4.10/gtk-4.10.0.tar.xz
+ sha256sums = 8dc1e7c3b3a46772f0fa416a8ca3fd21d0d0b3b03fb307d2e7327ebee69626e4
pkgname = mingw-w64-gtk4
diff --git a/mingw-w64-gtk4/PKGBUILD b/mingw-w64-gtk4/PKGBUILD
index 0890538..d25d75e 100644
--- a/mingw-w64-gtk4/PKGBUILD
+++ b/mingw-w64-gtk4/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 (at) gmail (dot) com
pkgname=mingw-w64-gtk4
-pkgver=4.8.3
+pkgver=4.10.0
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)'
arch=('any')
@@ -18,10 +18,10 @@ depends=(
'mingw-w64-crt'
'mingw-w64-adwaita-icon-theme'
'mingw-w64-cairo>=1.14.2-3'
- 'mingw-w64-fribidi>=0.19.7'
+ 'mingw-w64-fribidi>=1.0.6'
'mingw-w64-gdk-pixbuf2>=2.30.0'
- 'mingw-w64-glib2>=2.66.0'
- 'mingw-w64-graphene>=1.9.1'
+ 'mingw-w64-glib2>=2.72.0'
+ 'mingw-w64-graphene>=1.10.0'
'mingw-w64-gst-plugins-bad>=1.12.3'
'mingw-w64-harfbuzz>=2.6.0'
'mingw-w64-libepoxy>=1.4'
@@ -34,7 +34,7 @@ options=('!strip' '!buildflags' 'staticlibs')
source=(
"https://download.gnome.org/sources/gtk/${pkgver%.*}/gtk-${pkgver}.tar.xz")
sha256sums=(
- 'b362f968d085b4d3d9340d4d38c706377ded9d5374e694a2b6b7e6292e3cba74')
+ '8dc1e7c3b3a46772f0fa416a8ca3fd21d0d0b3b03fb307d2e7327ebee69626e4')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')