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

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


    Date: Tuesday, March 22, 2011 @ 10:10:16
  Author: tpowa
Revision: 115946

upgpkg: martian 20080625-16
rebuild against latest kernel, added strip option

Modified:
  martian/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-22 14:10:12 UTC (rev 115945)
+++ PKGBUILD	2011-03-22 14:10:16 UTC (rev 115946)
@@ -4,7 +4,7 @@
 
 pkgname=martian
 pkgver=20080625
-pkgrel=15
+pkgrel=16
 pkgdesc="Alternative driver for the Agere Systems PCI WinModem."
 arch=('i686')
 url="http://martian.barrelsoutofbond.org/"
@@ -16,7 +16,8 @@
 install=martian.install 
 source=(http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/martian/martian-full-${pkgver}.tar.gz)
 _kernver=2.6.38-ARCH
-                  
+options=(!strip)
+         
 build() { 
   cd $startdir/src/martian-full-$pkgver
   make KERNEL_DIR=/usr/src/linux-${_kernver} all




More information about the arch-commits mailing list