[arch-commits] CVS update of extra/modules/fglrx-ck (PKGBUILD fglrx-ck.install)

Tom Killian tom at archlinux.org
Sun May 27 14:14:57 UTC 2007


    Date: Sunday, May 27, 2007 @ 10:14:57
  Author: tom
    Path: /home/cvs-extra/extra/modules/fglrx-ck

Modified: PKGBUILD (1.2 -> 1.3) fglrx-ck.install (1.1 -> 1.2)

upgpkg: fglrx-ck 8.36.5-2


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


Index: extra/modules/fglrx-ck/PKGBUILD
diff -u extra/modules/fglrx-ck/PKGBUILD:1.2 extra/modules/fglrx-ck/PKGBUILD:1.3
--- extra/modules/fglrx-ck/PKGBUILD:1.2	Sun Apr 29 13:50:07 2007
+++ extra/modules/fglrx-ck/PKGBUILD	Sun May 27 10:14:57 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.2 2007/04/29 17:50:07 travis Exp $
+# $Id: PKGBUILD,v 1.3 2007/05/27 14:14:57 tom Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Contributor: amdviaman
 
 pkgname=fglrx-ck
 pkgver=8.36.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Proprietary -ck kernel drivers/modules for the AMD/ATI RADEON (9500 and later), \
          MOBILITY RADEON (M10 and later), RADEON XPRESS IGP and FireGL (Z1 and later) series of graphics accelerators."
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=()
 replaces=('ati-fglrx-ck')
 install=$pkgname.install
-_kernver=2.6.20-ck
+_kernver=2.6.21-ck
 source=(http://www2.ati.com/drivers/linux/ati-driver-installer-$pkgver-x86.x86_64.run)
 
 build() {
Index: extra/modules/fglrx-ck/fglrx-ck.install
diff -u extra/modules/fglrx-ck/fglrx-ck.install:1.1 extra/modules/fglrx-ck/fglrx-ck.install:1.2
--- extra/modules/fglrx-ck/fglrx-ck.install:1.1	Sun Apr 22 23:33:44 2007
+++ extra/modules/fglrx-ck/fglrx-ck.install	Sun May 27 10:14:57 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.20-ck
+  KERNEL_VERSION=2.6.21-ck
   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.20-ck
+  KERNEL_VERSION=2.6.21-ck
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION=2.6.20-ck
+  KERNEL_VERSION=2.6.21-ck
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list