[arch-commits] CVS update of extra/network/ipw3945-ck (PKGBUILD)

Tom Killian tom at archlinux.org
Sun Aug 19 11:24:17 UTC 2007


    Date: Sunday, August 19, 2007 @ 07:24:17
  Author: tom
    Path: /home/cvs-extra/extra/network/ipw3945-ck

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: ipw3945-ck 1.2.2-1


----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)


Index: extra/network/ipw3945-ck/PKGBUILD
diff -u extra/network/ipw3945-ck/PKGBUILD:1.10 extra/network/ipw3945-ck/PKGBUILD:1.11
--- extra/network/ipw3945-ck/PKGBUILD:1.10	Tue Jul 24 05:25:08 2007
+++ extra/network/ipw3945-ck/PKGBUILD	Sun Aug 19 07:24:17 2007
@@ -1,19 +1,18 @@
-# $Id: PKGBUILD,v 1.10 2007/07/24 09:25:08 tom Exp $
+# $Id: PKGBUILD,v 1.11 2007/08/19 11:24:17 tom Exp $
 # Contributor: Giovanni Scafora <linuxmania at gmail.com>
 # Maintainer: James Rayner <iphitus at gmail.com>
 _kernver=2.6.22-ck
 pkgname=ipw3945-ck
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc="Driver for the Intel PRO/Wireless 3945ABG miniPCI express adapter. For kernel26ck"
 arch=(i686 x86_64)
 url="http://ipw3945.sourceforge.net"
 license=("GPL")
 depends=('wireless_tools' 'kernel26ck' 'ipw3945-ucode' 'ipw3945d')
 install=ipw3945.install
-source=(http://optusnet.dl.sourceforge.net/sourceforge/ipw3945/ipw3945-$pkgver.tgz lockup.patch)
-md5sums=('9d6b2116122beb33a0d1d923ea49065c'
-         'a511372a66b7c9883d597fa00adb13da')
+source=(http://optusnet.dl.sourceforge.net/sourceforge/ipw3945/ipw3945-$pkgver.tgz)
+md5sums=('9e5ca2f3ffbb84270ede45d5572df4c9')
 
 build() {
   cd $startdir/src/ipw3945-$pkgver
@@ -22,7 +21,6 @@
            -e "s:^# \(CONFIG_IEEE80211_RADIOTAP\)=.*:\1=y:" \
            -e "s:^# \(CONFIG_IPW3945_PROMISCUOUS\)=.*:\1=y:" \
            Makefile
-  patch -Np1 -i ../lockup.patch || return 1
   make  KVER=${_kernver} IEEE80211_INC=/usr/src/linux-${_kernver}/ IEEE80211_IGNORE_DUPLICATE=y
   #Install kernel module
   install -D -m 644 ipw3945.ko  $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/net/wireless/ipw3945/ipw3945.ko




More information about the arch-commits mailing list