Date: Wednesday, February 15, 2017 @ 21:22:57 Author: bpiotrowski Revision: 289027
upgpkg: guile 2.0.14-1 new upstream release Modified: guile/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-15 21:14:18 UTC (rev 289026) +++ PKGBUILD 2017-02-15 21:22:57 UTC (rev 289027) @@ -4,8 +4,8 @@ # Contributor: Tom Newsom <[email protected]> pkgname=guile -pkgver=2.0.13 -pkgrel=2 +pkgver=2.0.14 +pkgrel=1 pkgdesc='Portable, embeddable Scheme implementation written in C' url='http://www.gnu.org/software/guile/' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi') source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}) validpgpkeys=('3CE464558A84FDC69DB40CFB090B11993D9AEBB5') # Ludovic Courtès <[email protected]> -md5sums=('dac267e76330176d48583258aeaa7016' +md5sums=('333b6eec83e779935a45c818f712484e' 'SKIP') build() {
