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

Tobias Powalowski tpowa at archlinux.org
Tue Mar 22 14:00:00 UTC 2011


    Date: Tuesday, March 22, 2011 @ 10:00:00
  Author: tpowa
Revision: 115910

upgpkg: fcpci 31107-59
rebuild against latest kernel, added strip option

Modified:
  fcpci/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-22 13:58:40 UTC (rev 115909)
+++ PKGBUILD	2011-03-22 14:00:00 UTC (rev 115910)
@@ -3,7 +3,7 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=58
+pkgrel=59
 _kernver=2.6.38-ARCH
 pkgdesc="AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel."
 arch=(i686 x86_64)
@@ -46,6 +46,7 @@
          '224a7679645a51929f8d5e1f210d7a9e')
 fi
 install=fcpci.install
+options=(!strip)
 
 build() {
   cd $srcdir/fritz/src
@@ -86,5 +87,4 @@
   sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/fcpci.install
   # gzip -9 modules
   find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
-
 }




More information about the arch-commits mailing list