summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2022-12-23 18:16:18 +0330
committerBehnam Momeni2022-12-23 18:16:18 +0330
commit849305f7d475d6c9cc5a0fdb92e24301c8363c28 (patch)
tree81b269f392749401aaa5bb6a59a50815059ca9bc
parent5b08c96a30e1eb1ad320d4a3bfb98025bbf25022 (diff)
downloadaur-849305f7d475d6c9cc5a0fdb92e24301c8363c28.tar.gz
Upgrade to v1.74.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 233689ce065f..467fb9848e11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 7 07:40:22 UTC 2022
+# Fri Dec 23 14:45:05 UTC 2022
pkgbase = lib32-gobject-introspection
pkgdesc = Introspection system for GObject-based libraries (32-bit)
- pkgver = 1.72.0
+ pkgver = 1.74.0
pkgrel = 1
url = https://wiki.gnome.org/Projects/GObjectIntrospection
arch = x86_64
@@ -14,12 +14,12 @@ pkgbase = lib32-gobject-introspection
makedepends = gtk-doc
makedepends = python-sphinx
makedepends = meson
- makedepends = lib32-glib2=2.72.3
+ makedepends = lib32-glib2=2.74.4
depends = python-mako
depends = python-markdown
depends = lib32-python>=3.10
- source = git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=c1ce7d179cfce327162bd206cdf2808bd9bd0cc7
- source = git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=2.72.3
+ source = git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=37bde613a7cb77e7399dafb25731e13208f0ae0b
+ source = git+https://gitlab.gnome.org/GNOME/glib.git#commit=e35768fe299d6389f8f5eef15593762389d2c07d
source = x86-linux-gnu
sha512sums = SKIP
sha512sums = SKIP
@@ -29,8 +29,8 @@ pkgname = lib32-gobject-introspection
depends = python-mako
depends = python-markdown
depends = lib32-python>=3.10
- depends = gobject-introspection>=1.72.0
- depends = lib32-gobject-introspection-runtime=1.72.0-1
+ depends = gobject-introspection>=1.74.0
+ depends = lib32-gobject-introspection-runtime=1.74.0-1
pkgname = lib32-gobject-introspection-runtime
pkgdesc = Introspection system for GObject-based libraries (32-bit) (runtime library)
diff --git a/PKGBUILD b/PKGBUILD
index 8e3b318fe6e4..f68c6f66dd88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,24 +5,26 @@
pkgbase=lib32-gobject-introspection
_pkgbase=gobject-introspection
pkgname=(lib32-gobject-introspection lib32-gobject-introspection-runtime)
-pkgver=1.72.0
+pkgver=1.74.0
pkgrel=1
pkgdesc="Introspection system for GObject-based libraries (32-bit)"
url="https://wiki.gnome.org/Projects/GObjectIntrospection"
arch=(x86_64)
license=(LGPL GPL)
-_glibver=2.72.3
+_glibver=2.74.4
+_glib_commit=e35768fe299d6389f8f5eef15593762389d2c07d # tags/2.74.4^0
_pyver=3.10
depends=("python-mako" "python-markdown" "lib32-python>=${_pyver}")
makedepends=(bison lib32-cairo git gtk-doc python-sphinx meson "lib32-glib2=$_glibver")
-_commit=c1ce7d179cfce327162bd206cdf2808bd9bd0cc7 # tags/1.72.0^0
+_commit=37bde613a7cb77e7399dafb25731e13208f0ae0b # tags/1.74.0^0
source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit"
- "git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$_glibver"
+ "git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_glib_commit"
"x86-linux-gnu")
sha512sums=('SKIP'
'SKIP'
'0be6a1cb2b7d82b25aabdcb7893e67d003d132471055d5853f5b3139c6665b3a1d6b65c63b46388b4af9c2fa0b2200791fb2f727c066e3a89d2c44be569104ad')
-validpgpkeys=('923B7025EE03C1C59F42684CF0942E894B2EAFA0') # Philip Withnall <philip@tecnocode.co.uk>
+validpgpkeys=('923B7025EE03C1C59F42684CF0942E894B2EAFA0' # Philip Withnall <philip@tecnocode.co.uk>
+ 'D4C501DA48EB797A081750939449C2F50996635F') # Marco Trevisan <marco@trevi.me>
pkgver() {
cd $_pkgbase