Date: Monday, March 7, 2011 @ 18:45:40
  Author: bisson
Revision: 112952

upstream update, remove static library

Modified:
  libedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-03-07 23:29:13 UTC (rev 112951)
+++ PKGBUILD    2011-03-07 23:45:40 UTC (rev 112952)
@@ -3,7 +3,7 @@
 # Contributor: Roman Cheplyaka <r...@ro-che.info>
 
 pkgname=libedit
-pkgver=20100424_3.0
+pkgver=20110227_3.0
 pkgrel=1
 pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
 arch=('i686' 'x86_64')
@@ -11,12 +11,12 @@
 license=('BSD')
 depends=('ncurses')
 source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz";)
-sha1sums=('bbc9b77daf95c2482bf406e07d69cdbe0fa29db7')
+sha1sums=('afe84b9e16fc903d5a3eceda90013d7ad03db794')
 options=('!libtool')
 
 build() {
        cd "${srcdir}/$pkgname-${pkgver/_/-}"
-       ./configure --prefix=/usr --enable-widec
+       ./configure --prefix=/usr --enable-widec --enable-static=no
        make
 }
 

Reply via email to