index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-18 17:51:35 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-18 17:51:42 +0300 |
commit | 5f48ad0a91adfffe15e1c66b1dcdf182c6e8837e (patch) | |
tree | 7415cbdf007ed8fa25bb96d37c65eae26a911435 /extra/gobject-introspection/PKGBUILD | |
parent | 21f4f66c055f2c9c4291c3b5ac66d9a79dc896f9 (diff) |
-rw-r--r-- | extra/gobject-introspection/PKGBUILD | 2 |
diff --git a/extra/gobject-introspection/PKGBUILD b/extra/gobject-introspection/PKGBUILD index c6085cd5..ad5a97ab 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 -eval "$(declare -f package_gobject-introspection | sed 's@python-setuptools@python-setuptools python-packaging@')" +eval "$(declare -f package_gobject-introspection | sed 's@glib2@glib2 python-setuptools@')" |