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

Travis Willard travis at archlinux.org
Mon Apr 23 03:47:03 UTC 2007


    Date: Sunday, April 22, 2007 @ 23:47:03
  Author: travis
    Path: /home/cvs-extra/extra/modules/fglrx-beyond

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

upgpkg: fglrx-beyond 8.36.5-2
Rebuilt for [testing] kernel.


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


Index: extra/modules/fglrx-beyond/PKGBUILD
diff -u extra/modules/fglrx-beyond/PKGBUILD:1.2 extra/modules/fglrx-beyond/PKGBUILD:1.3
--- extra/modules/fglrx-beyond/PKGBUILD:1.2	Sun Apr 22 23:45:11 2007
+++ extra/modules/fglrx-beyond/PKGBUILD	Sun Apr 22 23:47:03 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.2 2007/04/23 03:45:11 travis Exp $
+# $Id: PKGBUILD,v 1.3 2007/04/23 03:47:03 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Contributor: amdviaman
 
 pkgname=fglrx-beyond
 pkgver=8.36.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Proprietary -beyond 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')
@@ -15,7 +15,7 @@
 replaces=('ati-fglrx-beyond')
 options=('!strip') 
 install=$pkgname.install
-_kernver=2.6.19-beyond
+_kernver=2.6.20-beyond
 source=(http://www2.ati.com/drivers/linux/ati-driver-installer-$pkgver-x86.x86_64.run)
 
 build() {
Index: extra/modules/fglrx-beyond/fglrx-beyond.install
diff -u extra/modules/fglrx-beyond/fglrx-beyond.install:1.2 extra/modules/fglrx-beyond/fglrx-beyond.install:1.3
--- extra/modules/fglrx-beyond/fglrx-beyond.install:1.2	Sun Apr 22 23:45:11 2007
+++ extra/modules/fglrx-beyond/fglrx-beyond.install	Sun Apr 22 23:47:03 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.19-beyond
+  KERNEL_VERSION=2.6.20-beyond
   depmod -a -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.19-beyond
+  KERNEL_VERSION=2.6.20-beyond
   depmod -a -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION=2.6.19-beyond
+  KERNEL_VERSION=2.6.20-beyond
   depmod -a -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list