summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-06-24 04:41:14 +0200
committerStefan Husmann2016-06-24 04:41:14 +0200
commit4eb402d0de71adf52335312252bccd9fb89bf116 (patch)
tree89a3e8b3afabf097650559677d6e0e568e6b82b9
parent8b3c28932d16deec932d6cb80f736edc54cac5f4 (diff)
downloadaur-4eb402d0de71adf52335312252bccd9fb89bf116.tar.gz
Updated version (0.10.0_9_gee6e7a9 -> 0.10.0_10_g351c1e3).
Changelog ========= Don't indent first line of mirrors (351c1e3) 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 4aabd4db2fde..d89f865340a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 23 06:41:17 UTC 2016
+# Fri Jun 24 02:41:13 UTC 2016
pkgbase = emacs-yasnippet-git
pkgdesc = Yet another template system for Emacs - git version
- pkgver = 0.10.0_9_gee6e7a9
+ pkgver = 0.10.0_10_g351c1e3
pkgrel = 1
url = https://github.com/capitaomorte/yasnippet
install = yasnippet.install
diff --git a/PKGBUILD b/PKGBUILD
index 24b681cfcbb1..3e75fbc813cc 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_9_gee6e7a9
+pkgver=0.10.0_10_g351c1e3
pkgrel=1
pkgdesc="Yet another template system for Emacs - git version"
arch=('any')