diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-28 16:20:19 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-28 16:20:19 (GMT) |
commit | 9adb403d50b1a213553742e07aeb66ffc25c2e8a (patch) | |
tree | 4cc6bbe2132a29a971ac27ad1827238f5929bc82 /abs/core/xf86-video-vesa | |
parent | ee6194daa7abe21cc17de571a76da3f547d551e3 (diff) | |
download | linhes_pkgbuild-9adb403d50b1a213553742e07aeb66ffc25c2e8a.zip linhes_pkgbuild-9adb403d50b1a213553742e07aeb66ffc25c2e8a.tar.gz linhes_pkgbuild-9adb403d50b1a213553742e07aeb66ffc25c2e8a.tar.bz2 |
xf86-video updated :
intel
vmware
vesa
Diffstat (limited to 'abs/core/xf86-video-vesa')
-rw-r--r-- | abs/core/xf86-video-vesa/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/xf86-video-vesa/PKGBUILD b/abs/core/xf86-video-vesa/PKGBUILD index 565aeab..3f48ff9 100644 --- a/abs/core/xf86-video-vesa/PKGBUILD +++ b/abs/core/xf86-video-vesa/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 163838 2012-07-21 10:36:33Z andyrtr $ +# $Id: PKGBUILD 168594 2012-10-13 11:46:21Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xf86-video-vesa pkgver=2.3.2 -pkgrel=1 +pkgrel=2 pkgdesc="X.org vesa video driver" arch=(i686 x86_64) license=('custom') url="http://xorg.freedesktop.org/" depends=('glibc') -makedepends=('pkgconfig' 'xorg-server-devel>=1.11.99.903') -conflicts=('xorg-server<1.11.99.903') +makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 'scrnsaverproto') +conflicts=('xorg-server<1.13.0' 'X-ABI-VIDEODRV_VERSION<13' 'X-ABI-VIDEODRV_VERSION>=14') groups=('xorg-drivers' 'xorg') options=('!libtool') source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 |