summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2017-03-07 22:53:56 +0100
committerStefan Husmann2017-03-07 22:53:56 +0100
commit3e81a9b6ee27a0170943b24c79fca4f12938f56a (patch)
treed8bb44c84c767c7e332910642703cc4a5b12afa1 /PKGBUILD
parent4ce7d0fc981e4fe776664e8b3cbdca49a32206f7 (diff)
downloadaur-3e81a9b6ee27a0170943b24c79fca4f12938f56a.tar.gz
Updated version (4.8.8.r24.g8d48b43 -> 4.8.8.r31.gb3e0333).
Changelog ========= Add implementor feature to define-rbtree (b3e0333) Add high-level interrupts (2b38d84) Change semantics of thread-interrupt! so it returns the result of the thunk (e682c88) Default thread specific field to #!void and allow thread-specific calls on uninitialized threads (5bfe6a8) Add unit tests for threads (ebe4393) Avoid special treatment of ___INTR_SYNC_OP interrupt (handle it in Scheme with an interrupt handler) (a3f413f) Make each poll point handle all pending interrupts (used to only handle one interrupt per poll point) (8d5f6bf)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc60abb6a399..4831a4a01408 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.r24.g8d48b43
+pkgver=4.8.8.r31.gb3e0333
pkgrel=1
pkgdesc="Scheme R5RS interpreter and compiler (via C) - git version"
arch=('i686' 'x86_64')