summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2017-02-14 20:51:51 +0100
committerStefan Husmann2017-02-14 20:51:51 +0100
commitc759226b96b103fdfe3009bd3756225be51219d4 (patch)
tree680b6974c6496d732f6e17517e82c157f5148824 /PKGBUILD
parent31ca082d30b77f9b010fdfca2bfacf19d9a9123c (diff)
downloadaur-c759226b96b103fdfe3009bd3756225be51219d4.tar.gz
Updated version (4.8.8.r8.gf14c393 -> 4.8.8.r12.g3cd348c).
Changelog ========= Use correct parameter ordering for WIN32 InterlockedCompareExchangePointer function (3cd348c) Use wrapping versions of ##fx* and ##fx+ when hashing to avoid overflows (861d4de) Must use arithmetic shift right to properly serialize negative fixnums (1a130d1) Replace calls to ##fxarithmetic-shift-right by more portable ##fxwraplogical-shift-right (67dc73d)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01b6eaeedcc0..34633485cd5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gambit-c-git
-pkgver=4.8.8.r8.gf14c393
+pkgver=4.8.8.r12.g3cd348c
pkgrel=1
pkgdesc="Scheme R5RS interpreter and compiler (via C) - git version"
arch=('i686' 'x86_64')