[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Sep 21 15:15:13 UTC 2009


    Date: Monday, September 21, 2009 @ 11:15:13
  Author: andyrtr
Revision: 52552

upgpkg: xf86-video-nouveau 0.0.10_git20090920-1
    new snapshot 20090920; fix typo in pkgdesc #15856 + add force option for #16272

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-21 15:07:12 UTC (rev 52551)
+++ PKGBUILD	2009-09-21 15:15:13 UTC (rev 52552)
@@ -3,25 +3,24 @@
 # Contributor: buddabrod <buddabrod at gmail.com>
 
 pkgname=xf86-video-nouveau
-_gitdate=20090909
+_gitdate=20090920
 pkgver=0.0.10_git${_gitdate} # see configure.ac
 pkgrel=1
 pkgdesc="Open Source 3D acceleration driver for nVidia cards (eperimental)"
 arch=('i686' 'x86_64')
 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=('nouveau-drm>=0.0.15_20090908' 'libdrm>=2.4.13')
+depends=('nouveau-drm>=0.0.15_20090920' 'libdrm>=2.4.13')
 makedepends=('pkgconfig' 'xorg-server>=1.6.3.901' 'mesa>=7.5.1' 'glproto>=1.4.10' 'xorg-util-macros' 'xf86driproto' 'autoconf')
 conflicts=('xorg-server<1.6.3.901')
 groups=('xorg-video-drivers')
-options=('!libtool')
+options=('!libtool' 'force')
 source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('62a5d9a08ae286fb178dd33553a63d4b')
+md5sums=('2d25bc0b194eab7e7d65919b827e2fdb')
 
 build() {
   # get git code for both sources
   cd ${srcdir}
-  #git clone -v git://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau/
 #  git clone -v git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
 #  cd xf86-video-nouveau
 #  git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD | bzip2 > ../../xf86-video-nouveau-${_gitdate}.tar.bz2




More information about the arch-commits mailing list