Date: Wednesday, February 13, 2019 @ 13:18:49 Author: arodseth Revision: 432060
upgpkg: gambit-c 4.9.3-1 Modified: gambit-c/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-13 12:58:00 UTC (rev 432059) +++ PKGBUILD 2019-02-13 13:18:49 UTC (rev 432060) @@ -2,17 +2,16 @@ # Contributor: Christian Babeux <[email protected]> pkgname=gambit-c -pkgver=4.9.2 +pkgver=4.9.3 pkgrel=1 pkgdesc='Efficient implementation of the Scheme programming language' arch=(x86_64) -# http://gambitscheme.org/ is down sometimes url='https://github.com/gambit/gambit' license=(LGPL Apache) options=(staticlibs) makedepends=(git) source=("$pkgname-$pkgver.tgz::https://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/-c/-v}${pkgver//./_}-devel.tgz") -sha256sums=('bbcb47ce1075607b8560bd249f636056746eee588b9af1801d92f71beaa8f2f6') +sha256sums=('4321ea0042f349eef673d2607a39c24f72e223aaf63f60298fffb7365f60fe53') build() { cd "${pkgname/-c/-v}${pkgver//./_}-devel" @@ -35,5 +34,5 @@ ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script" } -# getver: -u 2 gambitscheme.org/wiki/index.php/Main_Page +# getver: github.com/gambit/gambit/releases/latest # vim: ts=2 sw=2 et:
