summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2021-11-29 13:37:30 +0100
committerPeter Mattern2021-11-29 13:49:24 +0100
commita8626b3e65668628ad8b1419cc889044a40314e2 (patch)
tree14f415e3a780f19820e11d3990c053d92bcd968e /PKGBUILD
parentd39cb7d51521944173b9a5d88f5ce57d493a1ce6 (diff)
downloadaur-a8626b3e65668628ad8b1419cc889044a40314e2.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ce3be85c581..626bb29824fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
_pkgname=xf86-video-qxl
pkgname=$_pkgname-git
-pkgver=0.1.5
+pkgver=0.1.5.16.g52c421c
pkgrel=1
pkgdesc='X Window System QXL driver including Xspice server'
arch=('i686' 'x86_64')
url='https://www.spice-space.org'
license=('MIT')
-depends=('xf86dgaproto' 'xproto' 'fontsproto' 'randrproto' 'renderproto'
- 'videoproto' 'resourceproto' 'scrnsaverproto' 'spice')
-optdepends=('python2: Xspice server')
-makedepends=('git' 'xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'spice-protocol')
+#depends=('xf86dgaproto' 'xproto' 'fontsproto' 'randrproto' 'renderproto' 'videoproto' 'resourceproto' 'scrnsaverproto' 'spice')
+depends=('spice')
+optdepends=('python: Xspice server')
+makedepends=('git' 'xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=25.2' 'spice-protocol' 'libcacard')
provides=('xf86-video-qxl')
-conflicts=('xf86-video-qxl' 'X-ABI-VIDEODRV_VERSION<23' 'X-ABI-VIDEODRV_VERSION>=24')
+conflicts=('xf86-video-qxl' 'X-ABI-VIDEODRV_VERSION<25' 'X-ABI-VIDEODRV_VERSION>=26')
source=("git+https://gitlab.freedesktop.org/xorg/driver/$_pkgname.git"
fix-build-against-current-x-server.diff)
sha256sums=('SKIP'