Date: Thursday, January 21, 2010 @ 16:50:12 Author: juergen Revision: 64686
update to 0.90.5 Modified: librep/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-01-21 21:49:23 UTC (rev 64685) +++ PKGBUILD 2010-01-21 21:50:12 UTC (rev 64686) @@ -2,21 +2,18 @@ # Maintainer: Juergen Hoetzel <[email protected]> pkgname=librep -pkgver=0.90.2 +pkgver=0.90.5 pkgrel=1 pkgdesc="A Lisp system for UNIX" depends=('gmp' 'gdbm' 'libffi' 'bash' 'ncurses>=5.6-7') source=(http://downloads.sourceforge.net/sourceforge/librep/librep-$pkgver.tar.bz2) -md5sums=('3e1e10a0ad7b47a089d559b7944d1287') +md5sums=('76e766d4f7034ee293f4405871ab34d3') license=('GPL2') -OPTIONS=(libtool) arch=('i686' 'x86_64') url="http://sourceforge.net/projects/librep" install=librep.install - build() { - echo ${optio...@]} cd $srcdir/$pkgname-$pkgver ./configure --disable-static \ --prefix=/usr \
