summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtto Sabart2021-12-13 13:35:16 +0100
committerOtto Sabart2021-12-13 13:35:40 +0100
commita5ea6d84fa4e785da56ed2a5adcc2e017191f5bf (patch)
tree17c16b0fe7368b18431782ce4dbd39da48a54ffe
parentd1fa257e94deb3c42c0f857996c2603a0d02e983 (diff)
downloadaur-a5ea6d84fa4e785da56ed2a5adcc2e017191f5bf.tar.gz
qubes-vm-core: allow python<3.11
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d248bf7b5826..ca6735ee2513 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qubes-core-agent-linux
pkgdesc = The Qubes core files for installation inside a Qubes VM.
pkgver = 4.0.63
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/QubesOS/qubes-core-agent-linux
arch = x86_64
license = GPL
@@ -64,7 +64,7 @@ pkgname = qubes-vm-core
depends = socat
depends = pacman-contrib
depends = icu
- depends = python<3.10
+ depends = python<3.11
optdepends = gnome-keyring
optdepends = gnome-settings-daemon
optdepends = python-nautilus
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