Date: Wednesday, October 12, 2016 @ 08:47:07 Author: arodseth Revision: 191992
upgpkg: gauche 0.9.5-1 Modified: gauche/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-12 08:46:50 UTC (rev 191991) +++ PKGBUILD 2016-10-12 08:47:07 UTC (rev 191992) @@ -1,20 +1,20 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Contributor: Stefan Husmann <[email protected]> # Contributor: Motohiro Ueki <[email protected]> # Contributor: nkoizu <[email protected]> pkgname=gauche -pkgver=0.9.4 +pkgver=0.9.5 pkgrel=1 url='http://practical-scheme.net/gauche/' pkgdesc='R5RS Scheme implementation (provides gosh)' -depends=('gdbm' 'zlib' 'slib') +depends=('slib' 'libatomic_ops') license=('BSD') arch=('x86_64' 'i686') install=$pkgname.install source=("http://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz") -sha256sums=('7b18bcd70beaced1e004594be46c8cff95795318f6f5830dd2a8a700410fc149') +sha256sums=('4c8a53213de112708bbda5fa9648c21497d43ebf809ed5b32b15f21266b4e73c') build() { cd "Gauche-$pkgver" @@ -30,4 +30,5 @@ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" } +# getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes # vim:set ts=2 sw=2 et:
