summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-07-22 22:31:35 +0200
committerStefan Husmann2016-07-22 22:31:35 +0200
commit38c79934fcd48d2c76499583916ac5b02ae15a0e (patch)
tree21606f046a7717e53a2ab86495b5e5389193c7c5
parent15eb8338426306a018393242b0aede4f7a0e83d4 (diff)
downloadaur-38c79934fcd48d2c76499583916ac5b02ae15a0e.tar.gz
Updated version (20160718.113c72d -> 20160722.6e2a3e0).
Changelog ========= development of virtual methods for record-types (6e2a3e0) added core primitive sorted-vector-binary-search (7172ca8) development of object-types infrastructure, started virtual methods for record-types (f8c0a04) fixed typo in comment (e5c95f2) development of record-types infrastructure (3eda14a) development of built-in object-types infrastructure (97ad2bf) review of labels implementation (a503aa8) code review (ee0761e) removed old boot images (9be587e) added missing file to the makefile (113c72d) bumped boot image version number (ee90e46)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b82c69419e56..3a4aab582c13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Jul 22 20:31:35 UTC 2016
pkgbase = vicare-scheme-git
pkgdesc = R6RS scheme implementation, from github's master branch
- pkgver = 20160718.113c72d
+ pkgver = 20160722.6e2a3e0
pkgrel = 1
url = http://marcomaggi.github.io/vicare.html
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 9de989c930ea..30cbe75d1950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=vicare-scheme-git
-pkgver=20160718.113c72d
+pkgver=20160722.6e2a3e0
pkgrel=1
pkgdesc="R6RS scheme implementation, from github's master branch"
arch=('i686' 'x86_64')