diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 739a84e..376cd50 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,5 +1,3 @@ -#!/bin/bash -# shellcheck disable=SC2034 pkgname=(qubes-vm-core qubes-vm-networking qubes-vm-keyring qubes-vm-passwordless-root) pkgver=$(cat version) pkgrel=15 @@ -62,6 +60,8 @@ package_qubes-vm-core() { zenity qubes-libvchan qubes-db-vm haveged python-gobject python-dbus xdg-utils notification-daemon gawk sed procps-ng librsvg socat pacman-contrib + # Block updating if there is a major python update as the python API will be in the wrong PYTHONPATH + 'python<3.10' ) optdepends=(gnome-keyring gnome-settings-daemon python-nautilus gpk-update-viewer qubes-vm-networking qubes-vm-keyring) install=PKGBUILD.install