From a15971ad99b521068d251fee85e0414d37739f6e Mon Sep 17 00:00:00 2001 From: Standreas Date: Tue, 18 Jun 2024 22:44:44 +0200 Subject: [PATCH] Use lxqt-build-tools package (#551) --- .ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build.sh b/.ci/build.sh index 6f5bb3d9..69ddd5d9 100644 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -3,7 +3,7 @@ set -ex source shared-ci/prepare-archlinux.sh # See *depends in https://github.com/archlinuxcn/repo/blob/master/archlinuxcn/qtermwidget-git/PKGBUILD -pacman -S --noconfirm --needed git cmake lxqt-build-tools-git qt6-tools python-pyqt6 pyqt-builder sip +pacman -S --noconfirm --needed git cmake lxqt-build-tools qt6-tools python-pyqt6 pyqt-builder sip cmake -B build -S . \ -DBUILD_EXAMPLE=ON \