diff options
author | root <root@rshg047.dnsready.net> | 2011-05-08 22:33:52 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-08 22:33:52 +0000 |
commit | 886d3d0994eb8e9f3e797155619619e0ef1353f8 (patch) | |
tree | aecae53a57082f8f3e4b72755149285659c1bee3 /community/librep | |
parent | fe6dc99352fe2b801d251e55b2b8baa71441908e (diff) |
Sun May 8 22:33:51 UTC 2011
Diffstat (limited to 'community/librep')
-rw-r--r-- | community/librep/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/librep/PKGBUILD b/community/librep/PKGBUILD index 883f3b7fe..0350d8be4 100644 --- a/community/librep/PKGBUILD +++ b/community/librep/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 42084 2011-03-13 17:47:35Z shusmann $ +# $Id: PKGBUILD 46413 2011-05-07 10:04:19Z shusmann $ # Maintainer: stefan-husmann@t-online.de # Contributor: Juergen Hoetzel <juergen@archlinux.org> pkgname=librep -pkgver=0.91.1 +pkgver=0.92.0 pkgrel=1 pkgdesc="A Lisp system for UNIX" license=('GPL2') arch=('i686' 'x86_64') url="http://sawfish.wikia.com/wiki/Librep" -depends=('gmp' 'gdbm' 'libffi' 'bash') +depends=('gmp' 'gdbm' 'libffi') install=${pkgname}.install -options=('libtool' '!emptydirs') +options=('!emptydirs' '!libtool') source=(http://download.tuxfamily.org/${pkgname}/${pkgname}-${pkgver}.tar.xz) -sha1sums=('6cba5bdb145814c4985b2f1939d161b76f494b7c') +sha1sums=('70f7b641cf3628443fea77a1191d9eb93a86d700') build() { cd "${srcdir}/${pkgname}-${pkgver}" |