[arch-commits] CVS update of unstable/modules/rt2x00-cvs (PKGBUILD rt2x00.install)
Thomas Baechler
thomas at archlinux.org
Mon Jul 9 21:33:00 UTC 2007
Date: Monday, July 9, 2007 @ 17:33:00
Author: thomas
Path: /home/cvs-unstable/unstable/modules/rt2x00-cvs
Modified: PKGBUILD (1.9 -> 1.10) rt2x00.install (1.3 -> 1.4)
upgpkg: rt2x00-cvs 20070709-1
----------------+
PKGBUILD | 7 ++++---
rt2x00.install | 6 +++---
2 files changed, 7 insertions(+), 6 deletions(-)
Index: unstable/modules/rt2x00-cvs/PKGBUILD
diff -u unstable/modules/rt2x00-cvs/PKGBUILD:1.9 unstable/modules/rt2x00-cvs/PKGBUILD:1.10
--- unstable/modules/rt2x00-cvs/PKGBUILD:1.9 Wed Jul 4 14:20:51 2007
+++ unstable/modules/rt2x00-cvs/PKGBUILD Mon Jul 9 17:33:00 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.9 2007/07/04 18:20:51 thomas Exp $
+# $Id: PKGBUILD,v 1.10 2007/07/09 21:33:00 thomas Exp $
# Maintainer : James Rayner <iphitus at gmail.com>
pkgname=rt2x00-cvs
-_kernver=2.6.22-rc7-ARCH
-pkgver=20070704
+_kernver=2.6.22-ARCH
+pkgver=20070709
pkgrel=1
pkgdesc="Open Source modules for Ralink wireless chipsets"
arch=('i686' 'x86_64')
@@ -14,6 +14,7 @@
conflicts=("rt2x00")
provides=("rt2x00")
source=(config)
+md5sums=('f2baa7fe07a82c3d44e0ba4d83bf93ba')
_cvsroot=":pserver:anonymous:@rt2400.cvs.sourceforge.net:/cvsroot/rt2400"
_cvsmod="source/rt2x00"
Index: unstable/modules/rt2x00-cvs/rt2x00.install
diff -u unstable/modules/rt2x00-cvs/rt2x00.install:1.3 unstable/modules/rt2x00-cvs/rt2x00.install:1.4
--- unstable/modules/rt2x00-cvs/rt2x00.install:1.3 Wed Jul 4 14:20:51 2007
+++ unstable/modules/rt2x00-cvs/rt2x00.install Mon Jul 9 17:33:00 2007
@@ -1,7 +1,7 @@
# arg 1: the new package version
post_install()
{
- KERNEL_VERSION='2.6.22-rc7-ARCH'
+ KERNEL_VERSION='2.6.22-ARCH'
depmod -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}
@@ -10,7 +10,7 @@
# arg 2: the old package version
post_upgrade()
{
- KERNEL_VERSION='2.6.22-rc7-ARCH'
+ KERNEL_VERSION='2.6.22-ARCH'
depmod -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}
@@ -24,7 +24,7 @@
# arg 1: the old package version
post_remove()
{
- KERNEL_VERSION='2.6.22-rc7-ARCH'
+ KERNEL_VERSION='2.6.22-ARCH'
depmod -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}
More information about the arch-commits
mailing list