Date: Monday, June 3, 2013 @ 09:52:28 Author: bpiotrowski Revision: 187003
upgpkg: guile 2.0.9-1 - upstream release Modified: guile/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-06-03 07:04:28 UTC (rev 187002) +++ PKGBUILD 2013-06-03 07:52:28 UTC (rev 187003) @@ -3,17 +3,17 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=guile -pkgver=1.8.8 -pkgrel=2 +pkgver=2.0.9 +pkgrel=1 pkgdesc="a portable, embeddable Scheme implementation written in C" url="http://www.gnu.org/software/guile/" arch=(i686 x86_64) license=('GPL') -depends=('gmp' 'libltdl' 'ncurses>=5.7' 'texinfo') +depends=('gmp' 'libltdl' 'ncurses>=5.7' 'texinfo' 'libunistring' 'gc' 'libffi') install=guile.install source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz) options=('!libtool') -md5sums=('18661a8fdfef13e2fcb7651720aa53f3') +md5sums=('531839c3fe887382ca9d4774db544d34') build() { cd "${srcdir}/${pkgname}-${pkgver}"
