[arch-commits] Commit in nouveau-drm/trunk (PKGBUILD nouveau-drm.install)

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


    Date: Monday, September 21, 2009 @ 11:06:23
  Author: andyrtr
Revision: 52550

upgpkg: nouveau-drm 0.0.15_20090920-1
    new snapshot 20090920; fix typo in install file #15856

Modified:
  nouveau-drm/trunk/PKGBUILD
  nouveau-drm/trunk/nouveau-drm.install

---------------------+
 PKGBUILD            |    8 ++++----
 nouveau-drm.install |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-21 14:48:08 UTC (rev 52549)
+++ PKGBUILD	2009-09-21 15:06:23 UTC (rev 52550)
@@ -3,8 +3,8 @@
 # Contributor: buddabrod <buddabrod at gmail.com>
 
 pkgname=nouveau-drm
-_snapdate=20090909
-pkgver=0.0.15_${_snapdate} # see drivers/gpu/drm/nouveau_drv.h for version
+_snapdate=20090920
+pkgver=0.0.15_${_snapdate} # see master/drivers/gpu/drm/nouveau/nouveau_drv.h for version
 _kernver='2.6.31-ARCH'
 pkgrel=1
 pkgdesc="nvidia opensource X driver"
@@ -19,8 +19,6 @@
 	#http://people.freedesktop.org/~pq/nouveau-drm/master.tar.gz
 	# get the Makefile from http://cgit.freedesktop.org/nouveau/linux-2.6/plain/nouveau/Makefile?h=master-compat
 	Makefile)
-md5sums=('9c46ff084d305e8568dd318c8dccc531'
-         '84e2fdf54c027372fbce6c0d81127c24')
 
 build() {
   cd ${srcdir}/master
@@ -39,3 +37,5 @@
   # install script
   sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" ${startdir}/${pkgname}.install
 }
+md5sums=('1eaa4874e4e1ba31d29f56046c6d5f52'
+         '84e2fdf54c027372fbce6c0d81127c24')

Modified: nouveau-drm.install
===================================================================
--- nouveau-drm.install	2009-09-21 14:48:08 UTC (rev 52549)
+++ nouveau-drm.install	2009-09-21 15:06:23 UTC (rev 52550)
@@ -5,7 +5,7 @@
 
 post_upgrade() {
   post_install $1
-  rmmod nouveau || echo 'In order to use the new nouneau module, exit Xserver and unload it manually.'
+  rmmod nouveau || echo 'In order to use the new nouveau module, exit Xserver and unload it manually.'
 }
 
 post_remove() {




More information about the arch-commits mailing list