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

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


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

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

upgpkg: fglrx-beyond 8.36.5-1
Upstream update - renamed from ati-fglrx-* to fglrx-* since AMD buyout and subsequent drop of ATI branding.


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


Index: extra/modules/fglrx-beyond/PKGBUILD
diff -u extra/modules/fglrx-beyond/PKGBUILD:1.1 extra/modules/fglrx-beyond/PKGBUILD:1.2
--- extra/modules/fglrx-beyond/PKGBUILD:1.1	Sun Apr 22 23:32:53 2007
+++ extra/modules/fglrx-beyond/PKGBUILD	Sun Apr 22 23:45:11 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.1 2007/04/23 03:32:53 travis Exp $
+# $Id: PKGBUILD,v 1.2 2007/04/23 03:45:11 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Contributor: amdviaman
 
@@ -15,7 +15,7 @@
 replaces=('ati-fglrx-beyond')
 options=('!strip') 
 install=$pkgname.install
-_kernver=2.6.20-beyond
+_kernver=2.6.19-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.1 extra/modules/fglrx-beyond/fglrx-beyond.install:1.2
--- extra/modules/fglrx-beyond/fglrx-beyond.install:1.1	Sun Apr 22 23:32:54 2007
+++ extra/modules/fglrx-beyond/fglrx-beyond.install	Sun Apr 22 23:45: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.20-beyond
+  KERNEL_VERSION=2.6.19-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.20-beyond
+  KERNEL_VERSION=2.6.19-beyond
   depmod -a -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION=2.6.20-beyond
+  KERNEL_VERSION=2.6.19-beyond
   depmod -a -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list