[arch-commits] Commit in nvidia/repos (3 files)
Tobias Powalowski
tpowa at archlinux.org
Wed Mar 25 08:23:46 UTC 2009
Date: Wednesday, March 25, 2009 @ 04:23:46
Author: tpowa
Revision: 31209
Merged revisions 31208 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/nvidia/trunk
........
r31208 | tpowa | 2009-03-25 09:23:11 +0100 (Mi, 25 M?\195?\164r 2009) | 1 line
upgpkg: nvidia 180.41-2
........
Modified:
nvidia/repos/testing-x86_64/ (properties)
nvidia/repos/testing-x86_64/PKGBUILD
nvidia/repos/testing-x86_64/nvidia.install
----------------+
PKGBUILD | 6 +++---
nvidia.install | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
Property changes on: nvidia/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /nvidia/trunk:1-30666
+ /nvidia/trunk:1-31208
Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2009-03-25 08:23:11 UTC (rev 31208)
+++ testing-x86_64/PKGBUILD 2009-03-25 08:23:46 UTC (rev 31209)
@@ -3,14 +3,14 @@
pkgname=nvidia
pkgver=180.41
-_kernver='2.6.28-ARCH'
-pkgrel=1
+_kernver='2.6.29-ARCH'
+pkgrel=2
pkgdesc="NVIDIA drivers for kernel26."
arch=('i686' 'x86_64')
[ "$CARCH" = "i686" ] && ARCH=x86
[ "$CARCH" = "x86_64" ] && ARCH=x86_64
url="http://www.nvidia.com/"
-depends=('kernel26>=2.6.28' 'kernel26<2.6.29' 'nvidia-utils')
+depends=('kernel26>=2.6.29' 'kernel26<2.6.30' 'nvidia-utils')
conflicts=('nvidia-96xx' 'nvidia-173xx')
license=('custom')
install=nvidia.install
Modified: testing-x86_64/nvidia.install
===================================================================
--- testing-x86_64/nvidia.install 2009-03-25 08:23:11 UTC (rev 31208)
+++ testing-x86_64/nvidia.install 2009-03-25 08:23:46 UTC (rev 31209)
@@ -1,5 +1,5 @@
post_install() {
- KERNEL_VERSION='2.6.28-ARCH'
+ KERNEL_VERSION='2.6.29-ARCH'
depmod $KERNEL_VERSION
}
@@ -9,6 +9,6 @@
}
post_remove() {
- KERNEL_VERSION='2.6.28-ARCH'
+ KERNEL_VERSION='2.6.29-ARCH'
depmod $KERNEL_VERSION
}
More information about the arch-commits
mailing list