summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-10-08 00:27:17 +0200
committerStefan Husmann2016-10-08 00:27:17 +0200
commitf076cd6fc76219f67c0d42a2908ba346a6e99c31 (patch)
tree4090a2f0a1f61420b6fdb78d1328b3c09eae2edb
parentb8bc826210386d1867fbb398eb40923215e7021c (diff)
downloadaur-f076cd6fc76219f67c0d42a2908ba346a6e99c31.tar.gz
Updated version (2.18.26.g7158a31 -> 2.18.27.ga6c0110).
Changelog ========= swank.asd: pass :reload t to SWANK-LOADER::INIT (a6c0110) Fix enriched arglists on SBCL for sb-assem:inst. (7158a31) Remove call to ASDF::OPERATION-FORCED (#350) (2628a70) Don't reload contribs each time a lisp starts up. (bad2acf) Added emacs-inspect for core:cxx-object (8c48d59) Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69b86dad4932..0162372dcfc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 5 17:42:19 UTC 2016
+# Fri Oct 7 22:27:16 UTC 2016
pkgbase = slime-git
pkgdesc = The Superior Lisp Interaction Mode for Emacs - from git
- pkgver = 2.18.26.g7158a31
+ pkgver = 2.18.27.ga6c0110
pkgrel = 1
url = http://common-lisp.net/project/slime
install = slime.install
diff --git a/PKGBUILD b/PKGBUILD
index 70521f2cff2a..3baaa18f78b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=slime-git
-pkgver=2.18.26.g7158a31
+pkgver=2.18.27.ga6c0110
pkgrel=1
pkgdesc="The Superior Lisp Interaction Mode for Emacs - from git"
arch=('any')