Skip to content

Commit 8139f01

Browse files
authored
pygobject: Update to 3.54.5 (#26847)
1 parent 9e3913e commit 8139f01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mingw-w64-pygobject/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
_realname=pygobject
44
pkgbase=mingw-w64-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-gobject")
6-
pkgver=3.54.3
7-
pkgrel=2
6+
pkgver=3.54.5
7+
pkgrel=1
88
pkgdesc="Python bindings for GLib/GObject/GIO/GTK+ (mingw-w64)"
99
arch=(any)
1010
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -26,7 +26,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
2626
"${MINGW_PACKAGE_PREFIX}-pkgconf"
2727
"${MINGW_PACKAGE_PREFIX}-gobject-introspection")
2828
source=(https://download.gnome.org/sources/pygobject/${pkgver%.*}/${_realname}-${pkgver}.tar.gz)
29-
sha256sums=('a8da09134a0f7d56491cf2412145e35aa74e91d760e8f337096a1cda0b92bae7')
29+
sha256sums=('b6656f6348f5245606cf15ea48c384c7f05156c75ead206c1b246c80a22fb585')
3030

3131
build() {
3232
mkdir -p build-${MSYSTEM} && cd build-${MSYSTEM}

0 commit comments

Comments
 (0)