[arch-commits] Commit in fcpci/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sat Apr 28 17:16:51 UTC 2012


    Date: Saturday, April 28, 2012 @ 13:16:51
  Author: andrea
Revision: 157463

Fix broken source url; cleanup

Modified:
  fcpci/trunk/PKGBUILD

----------+
 PKGBUILD |   38 ++++++++++----------------------------
 1 file changed, 10 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-28 17:12:24 UTC (rev 157462)
+++ PKGBUILD	2012-04-28 17:16:51 UTC (rev 157463)
@@ -1,19 +1,18 @@
 # $Id$
-#Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=fcpci
 pkgver=31107
 pkgrel=73
 _extramodules=extramodules-3.3-ARCH
-pkgdesc="AVM ISDN driver for FRITZ PCI isdn cards. For stock arch linux kernel."
+pkgdesc="AVM ISDN driver for FRITZ PCI isdn cards. For stock arch linux kernel"
 arch=(i686 x86_64)
 license=('custom:"AVM"' 'LGPL')
-url="http://www.avm.de"
+url='http://www.avm.de/en/index.php3'
 depends=('linux>=3.3' 'linux<3.4')
 makedepends=('linux>=3.3' 'linux-headers<3.4')
-if [ "$CARCH" = "i686" ]; then
-  source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz 
-	kernel-2.6.19.patch 
+source=(http://download.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz 
+        kernel-2.6.19.patch 
         atomic.patch kernel-2.6.20.patch 
         kernel-2.6.22.patch
         kernel-2.6.24.patch 
@@ -21,8 +20,9 @@
         kernel-2.6.34.patch
         kernel-2.6.39.patch
         kernel-2.6.39-i686.patch
+        kernel-2.6.39-x86_64.patch
         kernel-3.2.0.patch)
-  md5sums=('3ee301b5d0e8df9e4b915af58b725556'
+md5sums=('3ee301b5d0e8df9e4b915af58b725556'
          '5c63dc9df0810bb1ba85f3425abaa0ed'
          '258b13bb2ac46960b9c91635f02cd080'
          '890ec6e1219a3a4bae77f5815c3ed40d'
@@ -32,29 +32,11 @@
          '224a7679645a51929f8d5e1f210d7a9e'
          '3980ae3eaa82d93b81b0ca32bb57a065'
          'e6f6c96df15392bbc92eb75f6611f4a7'
+         'b947c47b3f6dd2f143f84312a034bb77'
          '05a5b3a55f6b47be7503b22e3be82b28')
-fi
 if [ "$CARCH" = "x86_64" ]; then
-  source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux_64bit/suse.10.0/fcpci-suse10.0-64bit-3.11-07.tar.gz
-	kernel-2.6.19.patch
-        atomic.patch kernel-2.6.20.patch kernel-2.6.22.patch
-        kernel-2.6.24.patch
-        kernel-2.6.31.patch
-        kernel-2.6.34.patch
-        kernel-2.6.39.patch
-        kernel-2.6.39-x86_64.patch
-        kernel-3.2.0.patch)
-  md5sums=('c5595478515d19436ab20b42e1549de0'
-         '5c63dc9df0810bb1ba85f3425abaa0ed'
-         '258b13bb2ac46960b9c91635f02cd080'
-         '890ec6e1219a3a4bae77f5815c3ed40d'
-         '4f4f03630ed994b16b4cd167f090a116'
-         '21bfa466b1fb94663ed1f265948dba5e'
-         '34f5b78b219de8ce12793b16e0171e87'
-         '224a7679645a51929f8d5e1f210d7a9e'
-         '3980ae3eaa82d93b81b0ca32bb57a065'
-         'b947c47b3f6dd2f143f84312a034bb77'
-         '05a5b3a55f6b47be7503b22e3be82b28')
+  source[0]="http://download.avm.de/cardware/fritzcrd.pci/linux_64bit/suse.10.0/fcpci-suse10.0-64bit-3.11-07.tar.gz"
+  md5sums[0]='c5595478515d19436ab20b42e1549de0'
 fi
 install=fcpci.install
 options=(!strip)




More information about the arch-commits mailing list