summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-08-16 08:56:44 +0200
committerhaawda2017-08-16 08:56:44 +0200
commit8d8cfebba35b85bda352c2fbaa04406067de0f3b (patch)
tree14fbcdac66ee1014238ddacb41401979b105cc8c
parent56b272c9c3a177f5b29d3884e1288cad4384789b (diff)
downloadaur-8d8cfebba35b85bda352c2fbaa04406067de0f3b.tar.gz
Updated version (20170815 -> 20170816).
Changelog ========= Fix function/class declaration issues from commit 7e4293b (df51992) Merge pull request #444 from felipeochoa/jsdoc-yield (43306d1) Add jsdoc highlighting for yield and yields (6cf9ea4) Merge pull request #442 from felipeochoa/arrowStatements (048da26) correctly handle arrow functions in js2-node-parent-stmt (3207e5c) Merge pull request #440 from felipeochoa/issue439 (91c745a) remove stray message call (4daab44) make sure to visit import clause children in order (b0f8f03) Parse all default exports as expressions (7e4293b)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 955814500113..3cb060436182 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Aug 15 20:11:47 UTC 2017
+# Wed Aug 16 06:56:44 UTC 2017
pkgbase = emacs-js2-mode-git
pkgdesc = An improved JavaScript mode for GNU Emacs
- pkgver = 20170815
+ pkgver = 20170816
pkgrel = 1
url = https://github.com/mooz/js2-mode
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index b8da85a2f905..1e02dbaa177d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-js2-mode-git
-pkgver=20170815
+pkgver=20170816
pkgrel=1
pkgdesc="An improved JavaScript mode for GNU Emacs"
arch=('any')