Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/gobject-introspection
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-04-18 17:13:39 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-18 17:13:39 +0300
commit158266f14e17786c3263a18bf4588ae60f4ebb53 (patch)
tree6cb6f078c9caf049b76bc6827a319567951f0bb2 /extra/gobject-introspection
parente439f5902ebfafce086d2c0caae3add970b621bb (diff)
extra/gobject-introspection: Fix depends hack
Diffstat (limited to 'extra/gobject-introspection')
-rw-r--r--extra/gobject-introspection/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gobject-introspection/PKGBUILD b/extra/gobject-introspection/PKGBUILD
index 71187477..c6085cd5 100644
--- a/extra/gobject-introspection/PKGBUILD
+++ b/extra/gobject-introspection/PKGBUILD
@@ -2,4 +2,4 @@
eval "$(declare -f check | sed 's/meson test \(.*\)/meson test \1 || true/')"
# Hopefully temporary hack to get gtk packages building
-depends+=(python-packaging)
+eval "$(declare -f package_gobject-introspection | sed 's@python-setuptools@python-setuptools python-packaging@')"