summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2022-09-11 00:25:59 +0800
committerTing-Wei Lan2022-09-11 00:25:59 +0800
commit6c05168c10863ec62ff9d87c29257d63ffd4f83e (patch)
treebf778b53b07ed1494dfccd76261599dcc81f0b76
parent14e7feda4afa2ee424ea2a5c56d31a291ee5a274 (diff)
downloadaur-6c05168c10863ec62ff9d87c29257d63ffd4f83e.tar.gz
mingw-w64-gtk4: 4.6.7 -> 4.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e52216ef52b..c40b783b8abb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gtk4
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 4.6.7
+ pkgver = 4.8.0
pkgrel = 1
url = https://www.gtk.org
install = mingw-w64-gtk4.install
@@ -19,7 +19,7 @@ pkgbase = mingw-w64-gtk4
depends = mingw-w64-glib2>=2.66.0
depends = mingw-w64-graphene>=1.9.1
depends = mingw-w64-gst-plugins-bad>=1.12.3
- depends = mingw-w64-harfbuzz>=2.1.0
+ depends = mingw-w64-harfbuzz>=2.6.0
depends = mingw-w64-libepoxy>=1.4
depends = mingw-w64-libjpeg-turbo
depends = mingw-w64-libpng
@@ -29,7 +29,7 @@ pkgbase = mingw-w64-gtk4
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk/4.6/gtk-4.6.7.tar.xz
- sha256sums = effd2e7c4b5e2a5c7fad43e0f24adea68baa4092abb0b752caff278e6bb010e8
+ source = https://download.gnome.org/sources/gtk/4.8/gtk-4.8.0.tar.xz
+ sha256sums = c8d6203437d1e359d83124dc591546d403f67e3b00544e53dd50a9baacdcbd7f
pkgname = mingw-w64-gtk4
diff --git a/PKGBUILD b/PKGBUILD
index b83bb088e617..8d0d6ebe5542 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 (at) gmail (dot) com
pkgname=mingw-w64-gtk4
-pkgver=4.6.7
+pkgver=4.8.0
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)'
arch=('any')
@@ -23,7 +23,7 @@ depends=(
'mingw-w64-glib2>=2.66.0'
'mingw-w64-graphene>=1.9.1'
'mingw-w64-gst-plugins-bad>=1.12.3'
- 'mingw-w64-harfbuzz>=2.1.0'
+ 'mingw-w64-harfbuzz>=2.6.0'
'mingw-w64-libepoxy>=1.4'
'mingw-w64-libjpeg-turbo'
'mingw-w64-libpng'
@@ -34,7 +34,7 @@ options=('!strip' '!buildflags' 'staticlibs')
source=(
"https://download.gnome.org/sources/gtk/${pkgver%.*}/gtk-${pkgver}.tar.xz")
sha256sums=(
- 'effd2e7c4b5e2a5c7fad43e0f24adea68baa4092abb0b752caff278e6bb010e8')
+ 'c8d6203437d1e359d83124dc591546d403f67e3b00544e53dd50a9baacdcbd7f')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')