Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / pygobject
Commits:
49462265 by Jan Alexander Steffens (heftig) at 2025-03-24T04:48:35+01:00
3.52.3-3: Remove libgirepository dep
Actually depends on libgirepository-2.0, part of glib2.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pygobject
pkgdesc = Python bindings for GLib/GObject/GIO/GTK
pkgver = 3.52.3
- pkgrel = 2
+ pkgrel = 3
url = https://pygobject.gnome.org/
arch = x86_64
license = LGPL-2.1-or-later
@@ -20,7 +20,6 @@ pkgbase = pygobject
depends = glibc
depends = gobject-introspection-runtime
depends = libffi
- depends = libgirepository
depends = python
optdepends = python-cairo: Cairo bindings
source =
git+https://gitlab.gnome.org/GNOME/pygobject.git?signed#tag=3.52.3
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgname=(
python-gobject-docs
)
pkgver=3.52.3
-pkgrel=2
+pkgrel=3
pkgdesc="Python bindings for GLib/GObject/GIO/GTK"
url="https://pygobject.gnome.org/"
arch=(x86_64)
@@ -18,7 +18,6 @@ depends=(
glibc
gobject-introspection-runtime
libffi
- libgirepository
python
)
makedepends=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pygobject/-/commit/49462265bbad9f256f6f555cf619602dc53f14cf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pygobject/-/commit/49462265bbad9f256f6f555cf619602dc53f14cf
You're receiving this email because of your account on gitlab.archlinux.org.