summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-10-16 20:56:09 +0200
committerStefan Husmann2016-10-16 20:56:09 +0200
commit35a8e54e39f8256780efc0122954e2155fcb1102 (patch)
tree772f367b20a1e54c7b21ddd56d0552c9b90cf11d
parent811aa577793b527b612667bb0fb37a4709d2547c (diff)
downloadaur-35a8e54e39f8256780efc0122954e2155fcb1102.tar.gz
Updated version (20161014 -> 20161016).
Changelog ========= Merge pull request #381 from mgiles/template-pos (91e722a) Fix "pos" argument in template node constructors (2801681) Move it up (82bbd97) Copy edits (44c289f) Merge pull request #378 from JulianKniephoff/include-externs-locally (df06798) Merge pull request #380 from JulianKniephoff/fix-dead-doc-link-js2-include-jslint-globals (5855a45) Fix dead link in the documentation (c303773) Update NEWS.md (454b242) Optimize a call to `append` (b575f17) Compute externs on demand (fbe58dc) Merge pull request #377 from XeCycle/memfn-delete (b6d9301) Special methods should allow keywords as names (9b63a13) Propertize regexp starting with /= correctly (2b32301) Allow newline in globals declaration (64ec0a2) Unbind js2-mode-show-node (bea6942) Propertize regexp literals like js-mode does (c0801b2) js2-parse-class: Convert positions to relative for NAME and EXTENDS, too (e45206b) Merge pull request #353 from kaushalmodi/js2-jsx-mode-docstring-fix (1f12517) js2-jsx-mode docstring fix (357547c) js2-jsdoc-arg-tag-regexp: Recognize @module (49f9761) js2-parse-mul-expr: Parse the right operand as exponentiation too (672e2da) Merge pull request #348 from dunn/makequiet (8e7ed39) Makefile: use -Q to avoid site-lisp loading (68db1f5) Support ES7 exponentiation (980eb3d) Merge pull request #345 from jacott/master (4e5babf) Fix comment alignment (abe8d0c) Fix Highlighting function name of form {"quoted name" () {...}} (b23d9e4)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e762d50182c..f73ffd908940 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Oct 13 23:35:25 UTC 2016
+# Sun Oct 16 18:56:07 UTC 2016
pkgbase = emacs-js2-mode-git
pkgdesc = An improved JavaScript mode for GNU Emacs
- pkgver = 20161014
+ pkgver = 20161016
pkgrel = 1
url = https://github.com/mooz/js2-mode
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 4c6e9cfd2e90..c63a3618327f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-js2-mode-git
-pkgver=20161014
+pkgver=20161016
pkgrel=1
pkgdesc="An improved JavaScript mode for GNU Emacs"
arch=('any')