[arch-commits] CVS update of extra/modules/fglrx (PKGBUILD fglrx.install)
Tobias Powalowski
tpowa at archlinux.org
Sat Apr 28 13:15:48 UTC 2007
Date: Saturday, April 28, 2007 @ 09:15:48
Author: tpowa
Path: /home/cvs-extra/extra/modules/fglrx
Modified: PKGBUILD (1.1 -> 1.2) fglrx.install (1.1 -> 1.2)
upgpkg: update to 2.6.21 series
---------------+
PKGBUILD | 6 +++---
fglrx.install | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
Index: extra/modules/fglrx/PKGBUILD
diff -u extra/modules/fglrx/PKGBUILD:1.1 extra/modules/fglrx/PKGBUILD:1.2
--- extra/modules/fglrx/PKGBUILD:1.1 Sun Apr 22 23:31:35 2007
+++ extra/modules/fglrx/PKGBUILD Sat Apr 28 09:15:45 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.1 2007/04/23 03:31:35 travis Exp $
+# $Id: PKGBUILD,v 1.2 2007/04/28 13:15:45 tpowa Exp $
# Maintainer: Travis Willard <travisw at wmpub.ca>
# Contributor: amdviaman
pkgname=fglrx
pkgver=8.36.5
-pkgrel=1
+pkgrel=2
pkgdesc="Proprietary -ARCH 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')
@@ -15,7 +15,7 @@
replaces=('ati-fglrx')
options=('!strip')
install=$pkgname.install
-_kernver=2.6.20-ARCH
+_kernver=2.6.21-ARCH
source=(http://www2.ati.com/drivers/linux/ati-driver-installer-$pkgver-x86.x86_64.run)
build() {
Index: extra/modules/fglrx/fglrx.install
diff -u extra/modules/fglrx/fglrx.install:1.1 extra/modules/fglrx/fglrx.install:1.2
--- extra/modules/fglrx/fglrx.install:1.1 Sun Apr 22 23:31:35 2007
+++ extra/modules/fglrx/fglrx.install Sat Apr 28 09:15:48 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-ARCH
+ KERNEL_VERSION=2.6.21-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.20-ARCH
+ KERNEL_VERSION=2.6.21-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
# arg 1: the old package version
post_remove() {
- KERNEL_VERSION=2.6.20-ARCH
+ KERNEL_VERSION=2.6.21-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
More information about the arch-commits
mailing list