[arch-commits] CVS update of extra/x11/nvidia-71xx-suspend2 (2 files)

Thomas Baechler thomas at archlinux.org
Tue May 8 22:01:52 UTC 2007


    Date: Tuesday, May 8, 2007 @ 18:01:52
  Author: thomas
    Path: /home/cvs-extra/extra/x11/nvidia-71xx-suspend2

Modified: PKGBUILD (1.2 -> 1.3) nvidia-71xx.install (1.1 -> 1.2)

upgpkg: nvidia-71xx-suspend2 1.0.7185-2


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


Index: extra/x11/nvidia-71xx-suspend2/PKGBUILD
diff -u extra/x11/nvidia-71xx-suspend2/PKGBUILD:1.2 extra/x11/nvidia-71xx-suspend2/PKGBUILD:1.3
--- extra/x11/nvidia-71xx-suspend2/PKGBUILD:1.2	Sun Apr 22 13:46:42 2007
+++ extra/x11/nvidia-71xx-suspend2/PKGBUILD	Tue May  8 18:01:52 2007
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.2 2007/04/22 17:46:42 thomas Exp $
+# $Id: PKGBUILD,v 1.3 2007/05/08 22:01:52 thomas Exp $
 # Maintainer : Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=nvidia-71xx-suspend2
 pkgver=1.0.7185
 _nver=1.0-7185
-_kernver='2.6.19-suspend2'
-pkgrel=1
+_kernver='2.6.21-suspend2'
+pkgrel=2
 pkgdesc="NVIDIA legacy drivers for kernel26suspend2, 71xx branch"
 arch=(i686 x86_64)
 [ "$CARCH" = "i686"   ] && ARCH=x86
Index: extra/x11/nvidia-71xx-suspend2/nvidia-71xx.install
diff -u extra/x11/nvidia-71xx-suspend2/nvidia-71xx.install:1.1 extra/x11/nvidia-71xx-suspend2/nvidia-71xx.install:1.2
--- extra/x11/nvidia-71xx-suspend2/nvidia-71xx.install:1.1	Tue Feb  6 11:58:09 2007
+++ extra/x11/nvidia-71xx-suspend2/nvidia-71xx.install	Tue May  8 18:01:52 2007
@@ -1,6 +1,6 @@
 # arg 1:  the new package version
 post_install() {
-  KERNEL_VERSION='2.6.19-suspend2'
+  KERNEL_VERSION='2.6.21-suspend2'
   depmod -v $KERNEL_VERSION  > /dev/null 2>&1		 
 }
 
@@ -13,7 +13,7 @@
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION='2.6.19-suspend2'
+  KERNEL_VERSION='2.6.21-suspend2'
   depmod -v $KERNEL_VERSION	 > /dev/null 2>&1
   rmmod nvidia >/dev/null 2>&1
 }




More information about the arch-commits mailing list