summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-12-14 10:51:54 +0100
committerStefan Husmann2016-12-14 10:51:54 +0100
commitca6e64cdf8f4618eb0594c9fbcfb90f33939f1a4 (patch)
tree78688d615a1c7f157100d50ac6c4765ff43c3964
parentde53a9752fafcafe62dd7b24e4c8cbd839b2352a (diff)
downloadaur-ca6e64cdf8f4618eb0594c9fbcfb90f33939f1a4.tar.gz
Updated version (20161210.6e239f7 -> 20161213.1274b2e).
Changelog ========= more core primitives typed specifications (1274b2e) code cleanup (6778e6b) code tweaking (c1a1b95) fixed expander error in generation of syntactic identifier (fa68187) review of some library dependencies (370c475) some typed language in the boot image (c8c8b7d) removed dependencies on the library (vicare unsafe operations) (8eeaa9c) some more typed language in fixnums core primitives (19a9c41) development of fixnum core primitive with some typed language (87352d4) review of fixnums core primitives (6a26f65) review of list functions (6e239f7) development of typed core primitive specifications (2954d15) fixed errors in the expander (5063aee) autogen review (ecfaeff) some typed language in the boot image (ef17140) infrastructure review (e05ffd1) some typed language in the boot image (0397462) some typed language in the boot image (527071e) code cleanup (48fff39) some typed language in the boot image, removed the core primitive "die" (7cf30d3) some typed language in the boot image (99ae6b7) some typed language in the boot image (ebe5708) documentation clarification (456ae0b) development of core primitive type specifications (6a7c74e) review of documentation for non-compliance to the standard (0e33952) fixed errors in define-constant syntaxes (b1e4ffd) bumped boot image version number (f286c90) bumped version number to 0.4d1 (ad54350)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b98323a3bc2e..e118c22e2836 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 11 00:24:46 UTC 2016
+# Wed Dec 14 09:51:50 UTC 2016
pkgbase = vicare-scheme-git
pkgdesc = R6RS scheme implementation, from github's master branch
- pkgver = 20161210.6e239f7
+ pkgver = 20161213.1274b2e
pkgrel = 1
url = http://marcomaggi.github.io/vicare.html
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index aca1e65d972b..d6553ed204fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=vicare-scheme-git
-pkgver=20161210.6e239f7
+pkgver=20161213.1274b2e
pkgrel=1
pkgdesc="R6RS scheme implementation, from github's master branch"
arch=('i686' 'x86_64')