summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2015-11-22 18:26:01 +0100
committerPeter Mattern2015-11-22 18:26:01 +0100
commitcfd9d146e2fc7a210d53c452c91cccb3f080a028 (patch)
tree6b60c5fe2414aee8805d1463316e8d25e0c69410 /PKGBUILD
parent9e3413c5d6ded514b428ac63f51452a859923d67 (diff)
downloadaur-cfd9d146e2fc7a210d53c452c91cccb3f080a028.tar.gz
Adjust to Xorg 1.18
... featuring a new ABI version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2bfc6829ed6..cf9d97b0c2de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,16 @@
_pkgname=xf86-video-openchrome
pkgname=$_pkgname-git
pkgver=0.3.3.43.g47060a3
-pkgrel=1
+pkgrel=2
pkgdesc="Open Source X driver for VIA IGPs"
arch=("i686" "x86_64")
url="http://www.freedesktop.org/wiki/Openchrome"
license=("MIT")
depends=("libdrm" "libxvmc" "xorg-server")
optdepends=("unichrome-dri")
-makedepends=("git" "xorg-server-devel" "X-ABI-VIDEODRV_VERSION=19")
+makedepends=("git" "xorg-server-devel" "X-ABI-VIDEODRV_VERSION=20")
provides=("$_pkgname")
-conflicts=("$_pkgname" "X-ABI-VIDEODRV_VERSION<19" "X-ABI-VIDEODRV_VERSION>=20")
+conflicts=("$_pkgname" "X-ABI-VIDEODRV_VERSION<20" "X-ABI-VIDEODRV_VERSION>=21")
source=("git://anongit.freedesktop.org/openchrome/$_pkgname")
sha256sums=("SKIP")