[arch-commits] Commit in catalyst/trunk (ChangeLog PKGBUILD)

Travis Willard travis at archlinux.org
Sun Jun 22 13:29:01 UTC 2008


    Date: Sunday, June 22, 2008 @ 09:29:01
  Author: travis
Revision: 3378

upgpkg: catalyst 8.6-1
    Upstream update

Modified:
  catalyst/trunk/ChangeLog
  catalyst/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |    8 +++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-06-22 13:28:22 UTC (rev 3377)
+++ ChangeLog	2008-06-22 13:29:01 UTC (rev 3378)
@@ -1,3 +1,8 @@
+2008-06-22 Travis Willard <travis at archlinux.org>
+
+  * 8.6-1
+	New upstream release.
+
 2008-05-24 Travis Willard <travis at archlinux.org>
 
   * 8.5-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-22 13:28:22 UTC (rev 3377)
+++ PKGBUILD	2008-06-22 13:29:01 UTC (rev 3378)
@@ -3,7 +3,7 @@
 # Contributor: amdviaman
 
 pkgname=catalyst
-pkgver=8.5
+pkgver=8.6
 _kernel_version=2.6.25
 pkgrel=1
 pkgdesc="Proprietary AMD/ATI kernel drivers for Radeon brand cards. Stock kernel."
@@ -15,7 +15,7 @@
 replaces=('ati-fglrx' 'fglrx') # Yay rebranding
 install=${pkgname}.install
 source=(http://www2.ati.com/drivers/linux/ati-driver-installer-${pkgver/./-}-x86.x86_64.run)
-md5sums=('f0df93149fc44a8aacabcd9fc58e6d3c')
+md5sums=('b48a5b7ba10a283d562c2bbecd72315a')
 _kernver=${_kernel_version}-ARCH
 
 build() {
@@ -30,8 +30,10 @@
     cp $startdir/src/archive_files/common/* $startdir/src/ -r 
 
     if [ "$CARCH" == "x86_64" ]; then
+      BUILDARCH=x86_64
       cp $startdir/src/archive_files/x710_64a/* $startdir/src/ -r
     else
+      BUILDARCH=i386
       cp $startdir/src/archive_files/x710/* $startdir/src/ -r
     fi
     cd $startdir/src
@@ -39,7 +41,7 @@
 
     # Build the kernel module
     cp 2.6.x/Makefile .
-    make -C /lib/modules/${_kernver}/build SUBDIRS="`pwd`" modules || return 1
+    make -C /lib/modules/${_kernver}/build SUBDIRS="`pwd`" ARCH=$BUILDARCH modules || return 1
 
     # Install the kernel module
     install -m 644 -D $startdir/src/lib/modules/fglrx/build_mod/fglrx.ko \





More information about the arch-commits mailing list