summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-08-19 00:45:45 +0200
committerStefan Husmann2016-08-19 00:45:45 +0200
commit513bcf0659acf9c2615f4e0e4b2e513c5be9058c (patch)
treef95183189da32e66b8b83264df84b6d06fe07be7
parent2d4ada1d9c5cabc0b8690a5618dcc42dc823fb1d (diff)
downloadaur-513bcf0659acf9c2615f4e0e4b2e513c5be9058c.tar.gz
Updated version (4.8.5.r64.gb171898 -> 4.8.5.r66.geb9f23f).
Changelog ========= When debugging, give location of call to fatal_heap_overflow (eb9f23f) Fix miscomputation of heap size due to using int type (which may be 32 bits on a 64 bit machine) (3fed276)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06ceca904f92..d78b1b2e204f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Aug 18 22:45:45 UTC 2016
pkgbase = gambit-c-git
pkgdesc = Scheme R5RS interpreter and compiler (via C) - git version
- pkgver = 4.8.5.r64.gb171898
+ pkgver = 4.8.5.r66.geb9f23f
pkgrel = 1
url = http://gambitscheme.org
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8e6336199508..51d2b32dd77e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gambit-c-git
-pkgver=4.8.5.r64.gb171898
+pkgver=4.8.5.r66.geb9f23f
pkgrel=1
pkgdesc="Scheme R5RS interpreter and compiler (via C) - git version"
arch=('i686' 'x86_64')