[arch-commits] CVS update of unstable/modules/catalyst-mm (PKGBUILD)

Travis Willard travis at archlinux.org
Sun Jan 27 15:15:03 UTC 2008


    Date: Sunday, January 27, 2008 @ 10:15:03
  Author: travis
    Path: /home/cvs-unstable/unstable/modules/catalyst-mm

Modified: PKGBUILD (1.3 -> 1.4)

upgpkg: catalyst-mm 8.01-1
    Upstream update


----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)


Index: unstable/modules/catalyst-mm/PKGBUILD
diff -u unstable/modules/catalyst-mm/PKGBUILD:1.3 unstable/modules/catalyst-mm/PKGBUILD:1.4
--- unstable/modules/catalyst-mm/PKGBUILD:1.3	Thu Dec 20 21:15:47 2007
+++ unstable/modules/catalyst-mm/PKGBUILD	Sun Jan 27 10:15:03 2008
@@ -1,10 +1,9 @@
-# $Id: PKGBUILD,v 1.3 2007/12/21 02:15:47 travis Exp $
+# $Id: PKGBUILD,v 1.4 2008/01/27 15:15:03 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Contributor: amdviaman
 
 pkgname=catalyst-mm
-pkgver=7.12
-_installerver=8.443.1
+pkgver=8.01
 _kernel_version=2.6.23
 pkgrel=1
 pkgdesc="Proprietary AMD/ATI kernel drivers for Radeon brand cards. -mm kernel."
@@ -15,8 +14,8 @@
 makedepends=()
 replaces=('ati-fglrx-mm' 'fglrx-mm') # damnit, I wish AMD/ATI would quit rebranding
 install=${pkgname}.install
-source=(http://www2.ati.com/drivers/linux/ati-driver-installer-${_installerver}-x86.x86_64.run)
-md5sums=('5d40b0c7a6f9e8356fdcd38052ae5e7b')
+source=(http://www2.ati.com/drivers/linux/ati-driver-installer-${pkgver/./-}-x86.x86_64.run)
+md5sums=('cf8f493901f5abb28347e7aa7c9d6cca')
 
 _kernver=${_kernel_version}-mm
 
@@ -26,8 +25,7 @@
     [ "$CARCH" = "i686" ] && _arch="x86"
     [ "$CARCH" = "x86_64" ] && _arch="x86_64"
 
-    chmod a+x ati-driver-installer-${_installerver}-x86.x86_64.run
-    ./ati-driver-installer-${_installerver}-x86.x86_64.run --extract archive_files
+    /bin/sh ./ati-driver-installer-${pkgver/./-}-x86.x86_64.run --extract archive_files
 
     cp $startdir/src/archive_files/arch/${_arch}/* $startdir/src/ -r 
     cp $startdir/src/archive_files/common/* $startdir/src/ -r 




More information about the arch-commits mailing list