summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-06-23 08:41:17 +0200
committerStefan Husmann2016-06-23 08:41:17 +0200
commit8b3c28932d16deec932d6cb80f736edc54cac5f4 (patch)
tree7a368bb9968fffbac4cd18d06b50756de5c598be
parent57ef104e4b6c7ce055f2ceaf47b1140758bd80a2 (diff)
downloadaur-8b3c28932d16deec932d6cb80f736edc54cac5f4.tar.gz
Updated version (0.10.0_7_g655bda8 -> 0.10.0_9_gee6e7a9).
Changelog ========= Fix some compilation warnings (ee6e7a9) Say how to hide the backquote side-effect warning (6b785e1) Merge: restore backquote evaluation behaviour (655bda8) Warn about backquote exprs modifying the buffer (85f39ce) Revert "Separate parsing from evaluation of backquote lisp" (ee4efdb) Separate parsing from evaluation of backquote lisp (e21420a) Make yas-describe-tables easier to use from lisp (c744148) Add region contents to new snippet (1735a28) .travis.yml: Don't notify on success (bc80f67)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f6f34d38ddb..4aabd4db2fde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jun 22 08:49:06 UTC 2016
+# Thu Jun 23 06:41:17 UTC 2016
pkgbase = emacs-yasnippet-git
pkgdesc = Yet another template system for Emacs - git version
- pkgver = 0.10.0_7_g655bda8
+ pkgver = 0.10.0_9_gee6e7a9
pkgrel = 1
url = https://github.com/capitaomorte/yasnippet
install = yasnippet.install
diff --git a/PKGBUILD b/PKGBUILD
index 7c7f27832ba3..24b681cfcbb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-yasnippet-git
-pkgver=0.10.0_7_g655bda8
+pkgver=0.10.0_9_gee6e7a9
pkgrel=1
pkgdesc="Yet another template system for Emacs - git version"
arch=('any')