summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-03-19 20:04:20 +0100
committerStefan Husmann2016-03-19 20:04:20 +0100
commita90393efd76e515b7f8df6133cf3cbe42b0faf3c (patch)
tree3932afbdac7c4c517e7a8f8e2f1fcd3f8a0a06c0
parent5ecba5019ab46e9e5be21fee976215e2534b2327 (diff)
downloadaur-a90393efd76e515b7f8df6133cf3cbe42b0faf3c.tar.gz
Updated version (2.17.5.g0c18258 -> 2.17.7.g12145d1).
Changelog ========= Fix typo. (12145d1) * swank/sbcl.lisp (describe-symbol-for-emacs): Adjust for new SBCL, (sb-int:info :setf :inverse) is no longer present. (51997f5) Use standard string reader in simple-read. (0c18258) Fix simple-read so that it actually works. (c78d240) * swank.lisp (xref-doit): translate :sets to who-sets. (e71a42c) Bind common-lisp-hyperspec-glossary-term to C-c C-d g (f6e124f) Fix #288 by implementing glossary term lookup. (7e31b7e)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3f070b34f5a..9e1079ffc67d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 10 01:55:04 UTC 2016
+# Sat Mar 19 19:04:20 UTC 2016
pkgbase = slime-git
pkgdesc = The Superior Lisp Interaction Mode for Emacs - from git
- pkgver = 2.17.5.g0c18258
+ pkgver = 2.17.7.g12145d1
pkgrel = 1
url = http://common-lisp.net/project/slime
install = slime.install
diff --git a/PKGBUILD b/PKGBUILD
index 814691aadfb1..b37e9f2ab9f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=slime-git
-pkgver=2.17.5.g0c18258
+pkgver=2.17.7.g12145d1
pkgrel=1
pkgdesc="The Superior Lisp Interaction Mode for Emacs - from git"
arch=('any')