summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-10-04 19:57:09 +0200
committerStefan Husmann2016-10-04 19:57:09 +0200
commitc581fcb4a024865e64e77bffd476312420ae5a7e (patch)
treed742032e44c8e078c37c22c1e6729b27f1cb6a2a
parentb1741c7f098e81a64b0569659927bedcdff5ac1f (diff)
downloadaur-c581fcb4a024865e64e77bffd476312420ae5a7e.tar.gz
Updated version (2.18.24.gbad2acf -> 2.18.25.g2628a70).
Changelog ========= 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 cb7570a7c2f7..0693f38f5d7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 7 18:42:47 UTC 2016
+# Tue Oct 4 17:57:09 UTC 2016
pkgbase = slime-git
pkgdesc = The Superior Lisp Interaction Mode for Emacs - from git
- pkgver = 2.18.24.gbad2acf
+ pkgver = 2.18.25.g2628a70
pkgrel = 1
url = http://common-lisp.net/project/slime
install = slime.install
diff --git a/PKGBUILD b/PKGBUILD
index ceeb101dea5b..82539a9a3de1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=slime-git
-pkgver=2.18.24.gbad2acf
+pkgver=2.18.25.g2628a70
pkgrel=1
pkgdesc="The Superior Lisp Interaction Mode for Emacs - from git"
arch=('any')