Date: Friday, February 10, 2012 @ 09:52:48 Author: ibiru Revision: 149766
xorg-server 1.12 rebuild Modified: xf86-video-nouveau/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-10 14:43:55 UTC (rev 149765) +++ PKGBUILD 2012-02-10 14:52:48 UTC (rev 149766) @@ -3,7 +3,7 @@ # Contributor: buddabrod <[email protected]> pkgname=xf86-video-nouveau -_gitdate=20120106 +_gitdate=20120210 pkgver=0.0.16_git${_gitdate} # see configure.ac pkgrel=1 pkgdesc="Open Source 3D acceleration driver for nVidia cards (experimental)" @@ -13,11 +13,11 @@ depends=('libdrm' 'udev') optdepends=('nouveau-dri: experimental gallium3d features') makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto') -conflicts=('xorg-server<1.11.0') +conflicts=('xorg-server<1.11.99.902') options=('!libtool') install=$pkgname.install source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2) -md5sums=('4b0ee8643b3322ff3a0c5d70262a54af') +md5sums=('f35c12d64542d0ea792a9e5af63a2e5a') # source PKGBUILD && mksource mksource() {
