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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Mar 25 17:29:23 UTC 2009


    Date: Wednesday, March 25, 2009 @ 13:29:23
  Author: andyrtr
Revision: 31311

upgpkg: nouveau-drm 20090325-1
    new gitshot, fix drm module to be built for correct kernel

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-03-25 16:25:22 UTC (rev 31310)
+++ PKGBUILD	2009-03-25 17:29:23 UTC (rev 31311)
@@ -3,9 +3,9 @@
 # Contributor: buddabrod <buddabrod at gmail.com>
 
 pkgname=nouveau-drm
-pkgver=20090303
-_gitdate=20090303
-pkgrel=2
+pkgver=20090325
+_gitdate=20090325
+pkgrel=1
 pkgdesc="nvidia opensource X driver"
 arch=('i686' 'x86_64')
 url="http://nouveau.freedesktop.org/"
@@ -16,7 +16,7 @@
 md5sums=()
 source=(ftp://ftp.archlinux.org/other/$pkgname/mesa-drm-${_gitdate}.tar.bz2
 	dont_check_for_pthread.patch)
-md5sums=('68cc84853a582e49246d2142c019c8ae'
+md5sums=('4d556bc0bf5f328ea9a2a6fc60a5edfd'
          '237f3cdb1bfc5c62bfa7b038b7a20b2a')
 
 build() {

Modified: nouveau-drm.install
===================================================================
--- nouveau-drm.install	2009-03-25 16:25:22 UTC (rev 31310)
+++ nouveau-drm.install	2009-03-25 17:29:23 UTC (rev 31311)
@@ -1,5 +1,5 @@
 post_install() {
-  KERNEL_VERSION='2.6.28-ARCH'
+  KERNEL_VERSION='2.6.29-ARCH'
   depmod -v $KERNEL_VERSION  > /dev/null 2>&1		 
 }
 




More information about the arch-commits mailing list