[arch-commits] CVS update of extra/modules/fglrx-suspend2 (2 files)

daniel at archlinux.org daniel at archlinux.org
Tue Aug 21 16:58:11 UTC 2007


    Date: Tuesday, August 21, 2007 @ 12:58:11
  Author: daniel
    Path: /home/cvs-extra/extra/modules/fglrx-suspend2

Modified: PKGBUILD (1.7 -> 1.8) fglrx-suspend2.install (1.2 -> 1.3)

update to 2.6.22


------------------------+
 PKGBUILD               |    6 +++---
 fglrx-suspend2.install |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)


Index: extra/modules/fglrx-suspend2/PKGBUILD
diff -u extra/modules/fglrx-suspend2/PKGBUILD:1.7 extra/modules/fglrx-suspend2/PKGBUILD:1.8
--- extra/modules/fglrx-suspend2/PKGBUILD:1.7	Tue Aug 14 08:33:22 2007
+++ extra/modules/fglrx-suspend2/PKGBUILD	Tue Aug 21 12:58:11 2007
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.7 2007/08/14 12:33:22 travis Exp $
+# $Id: PKGBUILD,v 1.8 2007/08/21 16:58:11 daniel Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Contributor: amdviaman
 
 pkgname=fglrx-suspend2
 pkgver=8.40.4
-_kernel_version=2.6.21
-pkgrel=1
+_kernel_version=2.6.22
+pkgrel=2
 pkgdesc="Proprietary AMD/ATI kernel drivers for Radeon brand cards. suspend2 kernel."
 arch=('i686' 'x86_64')
 url="http://www.ati.com"
Index: extra/modules/fglrx-suspend2/fglrx-suspend2.install
diff -u extra/modules/fglrx-suspend2/fglrx-suspend2.install:1.2 extra/modules/fglrx-suspend2/fglrx-suspend2.install:1.3
--- extra/modules/fglrx-suspend2/fglrx-suspend2.install:1.2	Tue May  8 18:15:32 2007
+++ extra/modules/fglrx-suspend2/fglrx-suspend2.install	Tue Aug 21 12:58:11 2007
@@ -13,20 +13,20 @@
   echo "You can use the tool 'aticonfig' to generate an xorg.conf file."
   echo "Remember to add fglrx to the MODULES list in /etc/rc.conf."
   echo "--------------------------------------------------------------"
-  KERNEL_VERSION=2.6.21-suspend2
+  KERNEL_VERSION=2.6.22-suspend2
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
 # arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
-  KERNEL_VERSION=2.6.21-suspend2
+  KERNEL_VERSION=2.6.22-suspend2
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION=2.6.21-suspend2
+  KERNEL_VERSION=2.6.22-suspend2
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list