[arch-commits] Commit in fcpcmcia/trunk (PKGBUILD fcpcmcia.install)

Tobias Powalowski tpowa at archlinux.org
Mon Jul 23 07:13:58 UTC 2012


    Date: Monday, July 23, 2012 @ 03:13:57
  Author: tpowa
Revision: 163978

upgpkg: fcpcmcia 31107-74

rebuild against 3.5 series

Modified:
  fcpcmcia/trunk/PKGBUILD
  fcpcmcia/trunk/fcpcmcia.install

------------------+
 PKGBUILD         |    8 ++++----
 fcpcmcia.install |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-23 07:10:11 UTC (rev 163977)
+++ PKGBUILD	2012-07-23 07:13:57 UTC (rev 163978)
@@ -3,14 +3,14 @@
 
 pkgname=fcpcmcia
 pkgver=31107
-pkgrel=73
-_extramodules=extramodules-3.4-ARCH
+pkgrel=74
+_extramodules=extramodules-3.5-ARCH
 pkgdesc="AVM ISDN driver for FRITZ PCMCIA isdn cards. For stock arch linux kernel"
 arch=(i686 x86_64)
 license=('custom:"AVM"' 'LPGL')
 url="http://www.avm.de"
-depends=('linux>=3.4' 'linux<3.5')
-makedepends=('linux-headers>=3.4' 'linux-headers<3.5')
+depends=('linux>=3.5' 'linux<3.6')
+makedepends=('linux-headers>=3.5' 'linux-headers<3.6')
 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	2012-07-23 07:10:11 UTC (rev 163977)
+++ fcpcmcia.install	2012-07-23 07:13:57 UTC (rev 163978)
@@ -7,7 +7,7 @@
 EOF
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  EXTRAMODULES=extramodules-3.4-ARCH
+  EXTRAMODULES=extramodules-3.5-ARCH
   depmod -v $(cat /usr/lib/modules/$EXTRAMODULES/version) > /dev/null 2>&1
 }
 
@@ -21,6 +21,6 @@
 post_remove() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  EXTRAMODULES=extramodules-3.4-ARCH
+  EXTRAMODULES=extramodules-3.5-ARCH
   depmod -v $(cat /usr/lib/modules/$EXTRAMODULES/version) > /dev/null 2>&1
 }




More information about the arch-commits mailing list