[arch-commits] Commit in fcpcmcia/trunk (PKGBUILD fcpcmcia.install)
Tobias Powalowski
tpowa at archlinux.org
Fri Jul 29 06:14:33 UTC 2011
Date: Friday, July 29, 2011 @ 02:14:33
Author: tpowa
Revision: 133543
upgpkg: fcpcmcia 31107-59
rebuild against latest kernel
Modified:
fcpcmcia/trunk/PKGBUILD
fcpcmcia/trunk/fcpcmcia.install
------------------+
PKGBUILD | 8 ++++----
fcpcmcia.install | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-07-29 06:14:12 UTC (rev 133542)
+++ PKGBUILD 2011-07-29 06:14:33 UTC (rev 133543)
@@ -3,14 +3,14 @@
pkgname=fcpcmcia
pkgver=31107
-pkgrel=58
-_kernver=2.6.39-ARCH
+pkgrel=59
+_kernver=3.0-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.39' 'kernel26<2.6.40')
-makedepends=('kernel26-headers>=2.6.39' 'kernel26-headers<2.6.40')
+depends=('capi4k-utils' 'linux>=3.0' 'linux<3.1')
+makedepends=('linux-headers>=3.0' 'linux-headers<3.1')
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
Modified: fcpcmcia.install
===================================================================
--- fcpcmcia.install 2011-07-29 06:14:12 UTC (rev 133542)
+++ fcpcmcia.install 2011-07-29 06:14:33 UTC (rev 133543)
@@ -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.39-ARCH
+ KERNEL_VERSION=3.0-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
@@ -24,6 +24,6 @@
sed -i -e 's/fcpcmcia - - - - - -/#fcpcmcia - - - - - -/g' /etc/capi.conf
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.39-ARCH
+ KERNEL_VERSION=3.0-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
More information about the arch-commits
mailing list