summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-01-04 23:52:00 +0100
committerStefan Husmann2017-01-04 23:52:00 +0100
commit4402b65753b3cf4fecfeb2000cfea4201f61ff71 (patch)
tree35594c8c05edf82e0ef9adeda6c4ec60ceaab6e5
parentdace3901abccfacbc9cee4031b7683bf23fd887e (diff)
downloadaur-4402b65753b3cf4fecfeb2000cfea4201f61ff71.tar.gz
Updated version (20161213.1274b2ec -> 20170104.5b7ffa93).
Changelog ========= updated irregex (5b7ffa93) more core primitives typed specifications (1274b2ec) code cleanup (6778e6b4) code tweaking (c1a1b950) fixed expander error in generation of syntactic identifier (fa68187a) review of some library dependencies (370c4755) some typed language in the boot image (c8c8b7de) removed dependencies on the library (vicare unsafe operations) (8eeaa9c5) some more typed language in fixnums core primitives (19a9c41a) development of fixnum core primitive with some typed language (87352d4b) review of fixnums core primitives (6a26f650) review of list functions (6e239f78) development of typed core primitive specifications (2954d159) fixed errors in the expander (5063aeed) autogen review (ecfaeff7) some typed language in the boot image (ef171405) infrastructure review (e05ffd15) some typed language in the boot image (03974626) some typed language in the boot image (527071e7) code cleanup (48fff391) some typed language in the boot image, removed the core primitive "die" (7cf30d39) some typed language in the boot image (99ae6b78) some typed language in the boot image (ebe57085) documentation clarification (456ae0b5) development of core primitive type specifications (6a7c74ea) review of documentation for non-compliance to the standard (0e339527) fixed errors in define-constant syntaxes (b1e4ffd3) bumped boot image version number (f286c909) bumped version number to 0.4d1 (ad543509)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2474958ff5f4..ac30cef88aa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 17 00:32:11 UTC 2016
+# Wed Jan 4 22:51:57 UTC 2017
pkgbase = vicare-scheme-git
pkgdesc = R6RS scheme implementation, from github's master branch
- pkgver = 20161213.1274b2ec
+ pkgver = 20170104.5b7ffa93
pkgrel = 1
url = http://marcomaggi.github.io/vicare.html
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d37f7024246b..3a1ade3e3483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=vicare-scheme-git
-pkgver=20161213.1274b2ec
+pkgver=20170104.5b7ffa93
pkgrel=1
pkgdesc="R6RS scheme implementation, from github's master branch"
arch=('i686' 'x86_64')