summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-07-05 09:50:22 +0200
committerStefan Husmann2016-07-05 09:50:22 +0200
commitb560ed736e6b2d745e2131472ccdfa2f524e6785 (patch)
tree3e81ea2e0effabd2cbc7131a8189d312b267f001
parentf966a352974442f78259bac8fa3c36412d499ce7 (diff)
downloadaur-b560ed736e6b2d745e2131472ccdfa2f524e6785.tar.gz
Updated version (2.18.14.g3fa0c69 -> 2.18.16.ga8a3dd8).
Changelog ========= 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 e93cc48f2900..89bca55c1c2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 24 17:45:34 UTC 2016
+# Tue Jul 5 07:50:22 UTC 2016
pkgbase = slime-git
pkgdesc = The Superior Lisp Interaction Mode for Emacs - from git
- pkgver = 2.18.14.g3fa0c69
+ pkgver = 2.18.16.ga8a3dd8
pkgrel = 1
url = http://common-lisp.net/project/slime
install = slime.install
diff --git a/PKGBUILD b/PKGBUILD
index 5699a046c494..7635eae953a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=slime-git
-pkgver=2.18.14.g3fa0c69
+pkgver=2.18.16.ga8a3dd8
pkgrel=1
pkgdesc="The Superior Lisp Interaction Mode for Emacs - from git"
arch=('any')