summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-10-14 01:35:26 +0200
committerStefan Husmann2016-10-14 01:35:26 +0200
commit811aa577793b527b612667bb0fb37a4709d2547c (patch)
tree7fbdebb5cfcf5c18838628ac122ac8fa2a124915
parent5bcda92182b93f239cdd35d7560f0e45ba08e207 (diff)
downloadaur-811aa577793b527b612667bb0fb37a4709d2547c.tar.gz
Updated version (20161009 -> 20161014).
Changelog ========= 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 c6918d389fd0..5e762d50182c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 9 18:28:09 UTC 2016
+# Thu Oct 13 23:35:25 UTC 2016
pkgbase = emacs-js2-mode-git
pkgdesc = An improved JavaScript mode for GNU Emacs
- pkgver = 20161009
+ pkgver = 20161014
pkgrel = 1
url = https://github.com/mooz/js2-mode
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 1da6f89068b0..4c6e9cfd2e90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-js2-mode-git
-pkgver=20161009
+pkgver=20161014
pkgrel=1
pkgdesc="An improved JavaScript mode for GNU Emacs"
arch=('any')