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

Tobias Powalowski tpowa at archlinux.org
Fri Jul 29 06:11:10 UTC 2011


    Date: Friday, July 29, 2011 @ 02:11:10
  Author: tpowa
Revision: 133533

upgpkg: nvidia 275.21-3
rebuild against latest kernel

Modified:
  nvidia/trunk/PKGBUILD
  nvidia/trunk/nvidia.install

----------------+
 PKGBUILD       |    4 ++--
 nvidia.install |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-29 06:09:14 UTC (rev 133532)
+++ PKGBUILD	2011-07-29 06:11:10 UTC (rev 133533)
@@ -3,8 +3,8 @@
 
 pkgname=nvidia
 pkgver=275.21
-_kernver='3.0.0-ARCH'
-pkgrel=2
+_kernver='3.0-ARCH'
+pkgrel=3
 pkgdesc="NVIDIA drivers for kernel26."
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/"

Modified: nvidia.install
===================================================================
--- nvidia.install	2011-07-29 06:09:14 UTC (rev 133532)
+++ nvidia.install	2011-07-29 06:11:10 UTC (rev 133533)
@@ -1,16 +1,16 @@
 post_install() {
-    KERNEL_VERSION='3.0.0-ARCH'
+    KERNEL_VERSION='3.0-ARCH'
     depmod $KERNEL_VERSION
     echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-    KERNEL_VERSION='3.0.0-ARCH'
+    KERNEL_VERSION='3.0-ARCH'
     depmod $KERNEL_VERSION
     rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
 }
 
 post_remove() {
-    KERNEL_VERSION='3.0.0-ARCH'
+    KERNEL_VERSION='3.0-ARCH'
     depmod $KERNEL_VERSION
 }




More information about the arch-commits mailing list