summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtto Sabart2020-04-04 18:09:40 +0200
committerOtto Sabart2020-04-04 18:09:40 +0200
commitd9cd443d57ef6e924409b044cb6b7a594cb367c1 (patch)
tree6c3024890c26f9565409a2c9f74942f3590ae0ea
parentcf6a4b72398948508b1a661958f736cc079fa1d1 (diff)
downloadaur-d9cd443d57ef6e924409b044cb6b7a594cb367c1.tar.gz
allow xorg-server <=1.20.8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed0b7cf147ef..a97f94130b2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qubes-gui-agent-linux
pkgdesc = The Qubes GUI Agent for AppVMs
pkgver = 4.0.27
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/QubesOS/qubes-gui-agent-linux
arch = x86_64
license = GPL
@@ -39,7 +39,7 @@ pkgname = qubes-vm-gui
depends = qubes-libvchan-xen
depends = python-xcffib
depends = xorg-server>=1.20.4
- depends = xorg-server<1.20.8
+ depends = xorg-server<=1.20.8
depends = qubes-vm-core>=3.0.14
pkgname = qubes-vm-pulseaudio
diff --git a/PKGBUILD b/PKGBUILD
index 4ed0f4c196f6..df3225412996 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgbase=qubes-gui-agent-linux
pkgname=(qubes-vm-gui qubes-vm-pulseaudio)
_gitname=${pkgname%-git*}
pkgver=4.0.27
-pkgrel=2
+pkgrel=3
pkgdesc="The Qubes GUI Agent for AppVMs"
arch=("x86_64")
url="https://github.com/QubesOS/qubes-gui-agent-linux"
@@ -53,7 +53,7 @@ package_qubes-vm-gui() {
'qubes-libvchan-xen'
'python-xcffib'
'xorg-server>=1.20.4'
- 'xorg-server<1.20.8'
+ 'xorg-server<=1.20.8'
'qubes-vm-core>=3.0.14'
)
install=PKGBUILD.install