summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOtto Sabart2021-12-13 13:35:16 +0100
committerOtto Sabart2021-12-13 13:35:40 +0100
commita5ea6d84fa4e785da56ed2a5adcc2e017191f5bf (patch)
tree17c16b0fe7368b18431782ce4dbd39da48a54ffe /PKGBUILD
parentd1fa257e94deb3c42c0f857996c2603a0d02e983 (diff)
downloadaur-a5ea6d84fa4e785da56ed2a5adcc2e017191f5bf.tar.gz
qubes-vm-core: allow python<3.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1551b8288082..714e6d5c6b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgbase=qubes-core-agent-linux
pkgname=(qubes-vm-core qubes-vm-networking qubes-vm-keyring)
_gitname=${pkgname%-git*}
pkgver=4.0.63
-pkgrel=1
+pkgrel=2
pkgdesc="The Qubes core files for installation inside a Qubes VM."
arch=("x86_64")
url="https://github.com/QubesOS/qubes-core-agent-linux"
@@ -77,7 +77,8 @@ package_qubes-vm-core() {
python-dbus xdg-utils notification-daemon gawk sed procps-ng librsvg
socat pacman-contrib icu
# Block updating if there is a major python update as the python API will be in the wrong PYTHONPATH
- 'python<3.10'
+ #'python<3.10'
+ 'python<3.11'
)
optdepends=(gnome-keyring gnome-settings-daemon python-nautilus gpk-update-viewer qubes-vm-networking qubes-vm-keyring)
install=PKGBUILD.install