Date: Tuesday, December 7, 2010 @ 13:58:51 Author: andyrtr Revision: 102403
upgpkg: xf86-video-nouveau 0.0.16_git20101207-1 update to a current git snapshot Modified: xf86-video-nouveau/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-12-07 18:39:08 UTC (rev 102402) +++ PKGBUILD 2010-12-07 18:58:51 UTC (rev 102403) @@ -3,7 +3,7 @@ # Contributor: buddabrod <[email protected]> pkgname=xf86-video-nouveau -_gitdate=20100819 +_gitdate=20101207 pkgver=0.0.16_git${_gitdate} # see configure.ac pkgrel=1 pkgdesc="Open Source 3D acceleration driver for nVidia cards (experimental)" @@ -11,13 +11,13 @@ url="http://nouveau.freedesktop.org/wiki/" license=('GPL') #and MIT, not yet a license file, see http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e depends=('libdrm' 'udev') -optdepends=('nouveau-dri: highly experimental gallium3d features') -makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto') +optdepends=('nouveau-dri: experimental gallium3d features') +makedepends=('xorg-server-devel' 'libdrm>=2.4.22-2' 'xf86driproto') conflicts=('xorg-server<1.9.0') options=('!libtool') install=${pkgname}.install source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2) -md5sums=('31672103e8275bb00df061f362c7f8bb') +md5sums=('8fcd6156289a8159d83959cc0b5e8eba') # source PKGBUILD && mksource mksource() {
