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

Tobias Powalowski tpowa at archlinux.org
Fri Jan 25 17:40:30 UTC 2008


    Date: Friday, January 25, 2008 @ 12:40:30
  Author: tpowa
    Path: /home/cvs-extra/extra/modules/catalyst

Modified: PKGBUILD (1.3 -> 1.4) catalyst.install (1.1 -> 1.2)

upgpk: update to new .24 kernel series


------------------+
 PKGBUILD         |    8 ++++----
 catalyst.install |    6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)


Index: extra/modules/catalyst/PKGBUILD
diff -u extra/modules/catalyst/PKGBUILD:1.3 extra/modules/catalyst/PKGBUILD:1.4
--- extra/modules/catalyst/PKGBUILD:1.3	Thu Dec 20 20:40:27 2007
+++ extra/modules/catalyst/PKGBUILD	Fri Jan 25 12:40:29 2008
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD,v 1.3 2007/12/21 01:40:27 travis Exp $
+# $Id: PKGBUILD,v 1.4 2008/01/25 17:40:29 tpowa Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Contributor: amdviaman
 
 pkgname=catalyst
 pkgver=7.12
 _installerver=8.443.1
-_kernel_version=2.6.23
-pkgrel=2
+_kernel_version=2.6.24
+pkgrel=3
 pkgdesc="Proprietary AMD/ATI kernel drivers for Radeon brand cards. Stock kernel."
 arch=('i686' 'x86_64')
 url="http://www.ati.amd.com"
 license=('custom') 
-depends=("catalyst-utils>=${pkgver}" "kernel26>=2.6.23.8-2")
+depends=("catalyst-utils>=${pkgver}" "kernel26>=2.6.24-1" "kernel26<=2.6.25-0")
 makedepends=()
 replaces=('ati-fglrx' 'fglrx') # damnit, I wish AMD/ATI would quit rebranding
 install=${pkgname}.install
Index: extra/modules/catalyst/catalyst.install
diff -u extra/modules/catalyst/catalyst.install:1.1 extra/modules/catalyst/catalyst.install:1.2
--- extra/modules/catalyst/catalyst.install:1.1	Wed Nov 21 23:30:36 2007
+++ extra/modules/catalyst/catalyst.install	Fri Jan 25 12:40:29 2008
@@ -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.23-ARCH
+  KERNEL_VERSION=2.6.24-ARCH
   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.23-ARCH
+  KERNEL_VERSION=2.6.24-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION=2.6.23-ARCH
+  KERNEL_VERSION=2.6.24-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list