summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-05-01 04:24:11 +0200
committerStefan Husmann2016-05-01 04:24:11 +0200
commitc6e5a7b92948cfe94846fa3b5cbe29716bea8726 (patch)
tree788870289fe24918528e164004bfc66033b661fe
parent633872bc12f81f47b1c1ec7e7f4b492a42fd50d4 (diff)
downloadaur-c6e5a7b92948cfe94846fa3b5cbe29716bea8726.tar.gz
Updated version (0.9.1_14_ga87ec54 -> 0.9.1_17_geca2f99).
Changelog ========= Indent multi-line output from mirrors (eca2f99) Add new tests for multi-line mirror indentation (eeb4b62) Test expansion in an empty buffer (14f830a) yasnippet.el (yas-next-field-will-exit-p): New function. (a87ec54) Refactor yas-next-field a bit (cc14db3) Test and fix problem with mirror+autofill (bfe14f1) Document .yas-setup.el (7799aa9) chmod -x doc/yas-doc-helper.el (c0032e6) Change Emacs installation method for Travis CI (7f03a23) Decide field clearing based on command's effect (567ada0) Only kill snippets for text length change (4f2aa15) yas-dont-activate is a hook (bd30a30) Don't add useless kill ring entries (8771082) yasnippet.el (snippet-mode): Add autoload cookie. (3e67b1b) Avoid potential problems with user's hooks (4c6064c) Further cleanup (4af9fc9) Various cleanup (18f7b1b)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df30093ae890..bc04ed4c13b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 29 17:41:07 UTC 2016
+# Sun May 1 02:24:11 UTC 2016
pkgbase = emacs-yasnippet-git
pkgdesc = Yet another template system for Emacs - git version
- pkgver = 0.9.1_14_ga87ec54
+ pkgver = 0.9.1_17_geca2f99
pkgrel = 1
url = https://github.com/capitaomorte/yasnippet
install = yasnippet.install
diff --git a/PKGBUILD b/PKGBUILD
index 5aa9330338ee..9f3842a93e6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-yasnippet-git
-pkgver=0.9.1_14_ga87ec54
+pkgver=0.9.1_17_geca2f99
pkgrel=1
pkgdesc="Yet another template system for Emacs - git version"
arch=('any')