summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2026-01-28 09:00:33 +0100
committermbkma <[email protected]>2026-01-28 09:00:33 +0100
commit0982b4a3308a503a41f59d74c49eff4a2c6e8de7 (patch)
treeb08cdc9872e2fc6b87969bd998f3d8295e1af69e
parent5d217241844245172ee46763fccc365b359726e9 (diff)
downloadpython-caja-0982b4a3308a503a41f59d74c49eff4a2c6e8de7.tar.bz2
python-caja-0982b4a3308a503a41f59d74c49eff4a2c6e8de7.tar.xz
ci: add missing PKGBUILD depends to archlinux CI script
-rwxr-xr-x.github/workflows/archlinux.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/archlinux.sh b/.github/workflows/archlinux.sh
index 7860ed2..84e63fd 100755
--- a/.github/workflows/archlinux.sh
+++ b/.github/workflows/archlinux.sh
@@ -16,12 +16,14 @@ requires=(
# https://gitlab.archlinux.org/archlinux/packaging/packages/python-caja
requires+=(
+ caja
gcc
git
intltool
make
- which
mate-common
+ python-gobject
+ which
)
infobegin "Update system"