summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2022-06-05 12:30:19 +0800
committerTing-Wei Lan2022-06-05 12:30:19 +0800
commitb9747bf370aa7d2bd7e7685b3219b7610c72937e (patch)
tree2e4480ca9d298942502e492517f4088aeef33b6d
parentd3284eac014fd1f6c9db87c0323fa82b3f8de370 (diff)
downloadaur-b9747bf370aa7d2bd7e7685b3219b7610c72937e.tar.gz
mingw-w64-gtk4: 4.6.4 -> 4.6.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 637d19d256b6..e16a5139feb3 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.4
+ pkgver = 4.6.5
pkgrel = 1
url = https://www.gtk.org
install = mingw-w64-gtk4.install
@@ -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.4.tar.xz
- sha256sums = a79a2bbcc7931b703fc4fa1fcbe1b906e229a1522d854d522801766a79bcac9f
+ source = https://download.gnome.org/sources/gtk/4.6/gtk-4.6.5.tar.xz
+ sha256sums = fa42c371f49c90916711e15591d87d4bee4438c27bf0692715581807628be9c2
pkgname = mingw-w64-gtk4
diff --git a/PKGBUILD b/PKGBUILD
index daeefde91311..7f202426959e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 (at) gmail (dot) com
pkgname=mingw-w64-gtk4
-pkgver=4.6.4
+pkgver=4.6.5
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)'
arch=('any')
@@ -34,7 +34,7 @@ options=('!strip' '!buildflags' 'staticlibs')
source=(
"https://download.gnome.org/sources/gtk/${pkgver%.*}/gtk-${pkgver}.tar.xz")
sha256sums=(
- 'a79a2bbcc7931b703fc4fa1fcbe1b906e229a1522d854d522801766a79bcac9f')
+ 'fa42c371f49c90916711e15591d87d4bee4438c27bf0692715581807628be9c2')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')