[arch-commits] Commit in nvidia/repos (3 files)

Pierre Schmitz pierre at archlinux.org
Sat Mar 21 07:36:28 UTC 2009


    Date: Saturday, March 21, 2009 @ 03:36:28
  Author: pierre
Revision: 30653

Merged revisions 30238,30652 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/nvidia/trunk

........
  r30238 | tpowa | 2009-03-17 21:25:30 +0100 (Di, 17 M?\195?\164r 2009) | 2 lines
  
  'readded depmod call on upgrade'
........
  r30652 | pierre | 2009-03-21 08:35:50 +0100 (Sa, 21 M?\195?\164r 2009) | 1 line
  
  upgpkg: nvidia 180.41-1
........

Modified:
  nvidia/repos/testing-i686/	(properties)
  nvidia/repos/testing-i686/PKGBUILD
  nvidia/repos/testing-i686/nvidia.install

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


Property changes on: nvidia/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /nvidia/trunk:1-29552
   + /nvidia/trunk:1-30652

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2009-03-21 07:35:50 UTC (rev 30652)
+++ testing-i686/PKGBUILD	2009-03-21 07:36:28 UTC (rev 30653)
@@ -2,7 +2,7 @@
 # Maintainer : Thomas Baechler <thomas at archlinux.org>
 
 pkgname=nvidia
-pkgver=180.37
+pkgver=180.41
 _kernver='2.6.28-ARCH'
 pkgrel=1
 pkgdesc="NVIDIA drivers for kernel26."
@@ -14,10 +14,9 @@
 conflicts=('nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install
-options=('force')
 source=("http://download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run")
-md5sums=('ace799a4c119d02ddc6aeed28d598ab3')
-[ "$CARCH" = "x86_64" ] && md5sums=('2fc28871c7a89de60dc42240d3ec7231')
+md5sums=('ec91f014a00357303c12f4cfd03c8a3f')
+[ "$CARCH" = "x86_64" ] && md5sums=('07ec7b5521d927b6ff332ef019ac80cd')
 
 build() {
 	cd $srcdir

Modified: testing-i686/nvidia.install
===================================================================
--- testing-i686/nvidia.install	2009-03-21 07:35:50 UTC (rev 30652)
+++ testing-i686/nvidia.install	2009-03-21 07:36:28 UTC (rev 30653)
@@ -3,6 +3,11 @@
 	depmod $KERNEL_VERSION
 }
 
+post_upgrade() {
+	post_install
+	rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
+}
+
 post_remove() {
 	KERNEL_VERSION='2.6.28-ARCH'
 	depmod $KERNEL_VERSION




More information about the arch-commits mailing list