summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2023-04-07 11:10:16 +0330
committerBehnam Momeni2023-04-07 11:10:16 +0330
commit9cf475829f3088248a2f33637311d76610c5dd60 (patch)
tree61eb1164d059a0da86b0659076263951fcf91ecc
parent849305f7d475d6c9cc5a0fdb92e24301c8363c28 (diff)
downloadaur-9cf475829f3088248a2f33637311d76610c5dd60.tar.gz
Upgrade to v1.76.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 467fb9848e11..38a379219ba5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 23 14:45:05 UTC 2022
+# Fri Apr 7 07:39:35 UTC 2023
pkgbase = lib32-gobject-introspection
pkgdesc = Introspection system for GObject-based libraries (32-bit)
- pkgver = 1.74.0
+ pkgver = 1.76.1
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.74.4
+ makedepends = lib32-glib2=2.76.1
depends = python-mako
depends = python-markdown
depends = lib32-python>=3.10
- source = git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=37bde613a7cb77e7399dafb25731e13208f0ae0b
- source = git+https://gitlab.gnome.org/GNOME/glib.git#commit=e35768fe299d6389f8f5eef15593762389d2c07d
+ source = git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=1565805460c3fd65f8630debd0337ec0e33ee2e7
+ source = git+https://gitlab.gnome.org/GNOME/glib.git#commit=180713772f4e7bcdddf2c793f2f34a498184ed15
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.74.0
- depends = lib32-gobject-introspection-runtime=1.74.0-1
+ depends = gobject-introspection>=1.76.1
+ depends = lib32-gobject-introspection-runtime=1.76.1-1
pkgname = lib32-gobject-introspection-runtime
pkgdesc = Introspection system for GObject-based libraries (32-bit) (runtime library)
diff --git a/PKGBUILD b/PKGBUILD
index f68c6f66dd88..769e90db1b63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,18 @@
pkgbase=lib32-gobject-introspection
_pkgbase=gobject-introspection
pkgname=(lib32-gobject-introspection lib32-gobject-introspection-runtime)
-pkgver=1.74.0
+pkgver=1.76.1
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.74.4
-_glib_commit=e35768fe299d6389f8f5eef15593762389d2c07d # tags/2.74.4^0
+_glibver=2.76.1
+_glib_commit=180713772f4e7bcdddf2c793f2f34a498184ed15 # tags/2.76.1^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=37bde613a7cb77e7399dafb25731e13208f0ae0b # tags/1.74.0^0
+_commit=1565805460c3fd65f8630debd0337ec0e33ee2e7 # tags/1.76.1^0
source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_glib_commit"
"x86-linux-gnu")