[arch-commits] CVS update of extra/modules/fglrx-suspend2 (2 files)
Thomas Baechler
thomas at archlinux.org
Tue May 8 22:15:32 UTC 2007
Date: Tuesday, May 8, 2007 @ 18:15:32
Author: thomas
Path: /home/cvs-extra/extra/modules/fglrx-suspend2
Modified: PKGBUILD (1.2 -> 1.3) fglrx-suspend2.install (1.1 -> 1.2)
upgpkg: fglrx-suspend2 8.36.5-2
------------------------+
PKGBUILD | 7 ++++---
fglrx-suspend2.install | 6 +++---
2 files changed, 7 insertions(+), 6 deletions(-)
Index: extra/modules/fglrx-suspend2/PKGBUILD
diff -u extra/modules/fglrx-suspend2/PKGBUILD:1.2 extra/modules/fglrx-suspend2/PKGBUILD:1.3
--- extra/modules/fglrx-suspend2/PKGBUILD:1.2 Sun Apr 29 13:50:22 2007
+++ extra/modules/fglrx-suspend2/PKGBUILD Tue May 8 18:15:32 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.2 2007/04/29 17:50:22 travis Exp $
+# $Id: PKGBUILD,v 1.3 2007/05/08 22:15:32 thomas Exp $
# Maintainer: Travis Willard <travisw at wmpub.ca>
# Contributor: amdviaman
pkgname=fglrx-suspend2
pkgver=8.36.5
-pkgrel=1
+pkgrel=2
pkgdesc="Proprietary -suspend2 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')
@@ -13,8 +13,9 @@
depends=('fglrx-utils' 'kernel26suspend2')
makedepends=()
replaces=('ati-fglrx-suspend2')
+options=('!strip')
install=$pkgname.install
-_kernver=2.6.19-suspend2
+_kernver=2.6.21-suspend2
source=(http://www2.ati.com/drivers/linux/ati-driver-installer-$pkgver-x86.x86_64.run)
build() {
Index: extra/modules/fglrx-suspend2/fglrx-suspend2.install
diff -u extra/modules/fglrx-suspend2/fglrx-suspend2.install:1.1 extra/modules/fglrx-suspend2/fglrx-suspend2.install:1.2
--- extra/modules/fglrx-suspend2/fglrx-suspend2.install:1.1 Sun Apr 22 23:34:31 2007
+++ extra/modules/fglrx-suspend2/fglrx-suspend2.install Tue May 8 18:15:32 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-suspend2
+ KERNEL_VERSION=2.6.21-suspend2
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.19-suspend2
+ KERNEL_VERSION=2.6.21-suspend2
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
# arg 1: the old package version
post_remove() {
- KERNEL_VERSION=2.6.19-suspend2
+ KERNEL_VERSION=2.6.21-suspend2
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
More information about the arch-commits
mailing list