diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-09 20:23:53 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-09 20:23:53 -0300 |
commit | 7c6a0188a5ac63d4bb6c667c2f1bcf26792312e6 (patch) | |
tree | 706c3ba50b28eb4e1414d122b28ce69cf2c8a285 /community/librep/PKGBUILD | |
parent | 25828de60b05b955dc23d7226b591b416f955875 (diff) | |
parent | d2f2d3b5c845807249680c275031f94047f9e762 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/libtextcat/PKGBUILD
extra/glsof/PKGBUILD
extra/orca/PKGBUILD
extra/python-qt/PKGBUILD
extra/python-sip/PKGBUILD
extra/python2-qt/PKGBUILD
extra/python2-sip/PKGBUILD
extra/swfdec-mozilla/PKGBUILD
extra/swfdec/PKGBUILD
extra/trayer/PKGBUILD
extra/xbill/PKGBUILD
extra/xfce4-xfapplet-plugin/PKGBUILD
Diffstat (limited to 'community/librep/PKGBUILD')
-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 89caa2931..27c649644 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' 'mips64el') 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}" |