[arch-commits] Commit in fcpcmcia/trunk (PKGBUILD fcpcmcia.install)
Thomas Baechler
thomas at archlinux.org
Mon Jul 21 20:07:48 UTC 2008
Date: Monday, July 21, 2008 @ 16:07:48
Author: thomas
Revision: 5902
upgpkg: fcpcmcia 31107-42
Modified:
fcpcmcia/trunk/PKGBUILD
fcpcmcia/trunk/fcpcmcia.install
------------------+
PKGBUILD | 8 +++-----
fcpcmcia.install | 4 ++--
2 files changed, 5 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-07-21 20:06:48 UTC (rev 5901)
+++ PKGBUILD 2008-07-21 20:07:48 UTC (rev 5902)
@@ -1,17 +1,15 @@
# $Id$
#Maintainer: Tobias Powalowski <t.powa at gmx.de>
-
-
pkgname=fcpcmcia
pkgver=31107
-pkgrel=41
-_kernver=2.6.25-ARCH
+pkgrel=42
+_kernver=2.6.26-ARCH
pkgdesc="AVM ISDN driver for FRITZ PCMCIA isdn cards. For stock arch 2.6 kernel"
arch=(i686 x86_64)
license=('custom:"AVM"' 'LPGL')
url="http://www.avm.de"
-depends=('capi4k-utils' 'kernel26>=2.6.25.3-1' 'kernel26<2.6.26')
+depends=('capi4k-utils' 'kernel26>=2.6.26-1' 'kernel26<2.6.27')
if [ "$CARCH" = "i686" ]; then source=(ftp://ftp.avm.de/cardware/fritzcrd.pcm/linux/suse.93/fcpcmcia-suse93-3.11-07.tar.gz \
pcmcia-2.6.17.patch atomic.patch kernel-2.6.19.patch kernel-2.6.20.patch kernel-2.6.22.patch kernel-2.6.24.patch)
md5sums=('96fc3e72afdc2087b4dafe41c069ec18'
Modified: fcpcmcia.install
===================================================================
--- fcpcmcia.install 2008-07-21 20:06:48 UTC (rev 5901)
+++ fcpcmcia.install 2008-07-21 20:07:48 UTC (rev 5902)
@@ -9,7 +9,7 @@
sed -i -e 's/#fcpcmcia - - - - - -/fcpcmcia - - - - - -/g' /etc/capi.conf
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.25-ARCH
+ KERNEL_VERSION=2.6.26-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
@@ -24,7 +24,7 @@
sed -i -e 's/fcpcmcia - - - - - -/#fcpcmcia - - - - - -/g' /etc/capi.conf
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.25-ARCH
+ KERNEL_VERSION=2.6.26-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
More information about the arch-commits
mailing list