[arch-commits] CVS update of extra/x11/nvidia-suspend2 (PKGBUILD nvidia.install)
Thomas Baechler
thomas at archlinux.org
Tue May 8 22:06:02 UTC 2007
Date: Tuesday, May 8, 2007 @ 18:06:02
Author: thomas
Path: /home/cvs-extra/extra/x11/nvidia-suspend2
Modified: PKGBUILD (1.10 -> 1.11) nvidia.install (1.5 -> 1.6)
upgpkg: nvidia-suspend2 1.0.9755-2
----------------+
PKGBUILD | 6 +++---
nvidia.install | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
Index: extra/x11/nvidia-suspend2/PKGBUILD
diff -u extra/x11/nvidia-suspend2/PKGBUILD:1.10 extra/x11/nvidia-suspend2/PKGBUILD:1.11
--- extra/x11/nvidia-suspend2/PKGBUILD:1.10 Thu Mar 15 09:19:38 2007
+++ extra/x11/nvidia-suspend2/PKGBUILD Tue May 8 18:06:02 2007
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.10 2007/03/15 13:19:38 thomas Exp $
+# $Id: PKGBUILD,v 1.11 2007/05/08 22:06:02 thomas Exp $
# Maintainer : Tobias Powalowski <tpowa at archlinux.org>
pkgname=nvidia-suspend2
pkgver=1.0.9755
_nver=1.0-9755
-_kernver='2.6.19-suspend2'
-pkgrel=1
+_kernver='2.6.21-suspend2'
+pkgrel=2
pkgdesc="NVIDIA drivers for kernel26suspend2."
arch=(i686 x86_64)
[ "$CARCH" = "i686" ] && ARCH=x86
Index: extra/x11/nvidia-suspend2/nvidia.install
diff -u extra/x11/nvidia-suspend2/nvidia.install:1.5 extra/x11/nvidia-suspend2/nvidia.install:1.6
--- extra/x11/nvidia-suspend2/nvidia.install:1.5 Tue Feb 6 11:53:15 2007
+++ extra/x11/nvidia-suspend2/nvidia.install Tue May 8 18:06:02 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
}
More information about the arch-commits
mailing list