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

Tobias Powalowski tpowa at archlinux.org
Fri Dec 26 22:51:15 UTC 2008


    Date: Friday, December 26, 2008 @ 17:51:15
  Author: tpowa
Revision: 22496

upgpkg: nvidia-96xx 96.43.09-2

Modified:
  nvidia-96xx/trunk/PKGBUILD
  nvidia-96xx/trunk/nvidia-96xx.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-26 22:51:04 UTC (rev 22495)
+++ PKGBUILD	2008-12-26 22:51:15 UTC (rev 22496)
@@ -3,15 +3,15 @@
 
 pkgname=nvidia-96xx
 pkgver=96.43.09
-_kernver='2.6.27-ARCH'
-pkgrel=1
+_kernver='2.6.28-ARCH'
+pkgrel=2
 pkgdesc="NVIDIA legacy drivers for kernel26, 96xx branch"
 arch=(i686 x86_64)
 license=('custom:NVIDIA')
 [ "$CARCH" = "i686"   ] && ARCH=x86
 [ "$CARCH" = "x86_64" ] && ARCH=x86_64
 url="http://www.nvidia.com/"
-depends=('kernel26>=2.6.27' 'kernel26<2.6.28' 'nvidia-96xx-utils')
+depends=('kernel26>=2.6.28' 'kernel26<2.6.29' 'nvidia-96xx-utils')
 conflicts=('nvidia' 'nvidia-71xx' 'nvidia-legacy')
 install=nvidia-96xx.install
 license=('custom')

Modified: nvidia-96xx.install
===================================================================
--- nvidia-96xx.install	2008-12-26 22:51:04 UTC (rev 22495)
+++ nvidia-96xx.install	2008-12-26 22:51:15 UTC (rev 22496)
@@ -1,6 +1,6 @@
 # arg 1:  the new package version
 post_install() {
-  KERNEL_VERSION='2.6.27-ARCH'
+  KERNEL_VERSION='2.6.28-ARCH'
   depmod -v $KERNEL_VERSION  > /dev/null 2>&1		 
 }
 
@@ -13,7 +13,7 @@
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION='2.6.27-ARCH'
+  KERNEL_VERSION='2.6.28-ARCH'
   depmod -v $KERNEL_VERSION	 > /dev/null 2>&1	 
 }
 




More information about the arch-commits mailing list