summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5db70389a22b..d9a802c53bc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Mon Dec 11 22:48:57 UTC 2017
pkgbase = emacs-js2-mode-git
pkgdesc = An improved JavaScript mode for GNU Emacs
- pkgver = 20171211
+ pkgver = 20190307
pkgrel = 1
- url = https://github.com/mooz/js2-mode
+ url = https://github.com/mooz/js2-mode.git
arch = any
license = GPL3
depends = emacs
diff --git a/PKGBUILD b/PKGBUILD
index 5f8167a95ce4..f5968cea2502 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-js2-mode-git
-pkgver=20171211
+pkgver=20190307
pkgrel=1
pkgdesc="An improved JavaScript mode for GNU Emacs"
arch=('any')
-url="https://github.com/mooz/js2-mode"
+url="https://github.com/mooz/js2-mode.git"
license=('GPL3')
depends=('emacs')
provides=('emacs-js2-mode')
conflicts=('emacs-js2-mode')
_gitname=js2-mode
-source=('git+https://github.com/mooz/js2-mode.git')
+source=("git+$url")
md5sums=('SKIP')
pkgver() {