summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgéballin2023-12-10 16:24:43 +0100
committergéballin2023-12-10 16:24:43 +0100
commit1b15533933ec0eda5bef724f9abb22436fe55949 (patch)
tree3a5f9fdc98e49ce7378bc22edbcac5f8cac1755b
parente0afbbde952dc762a774e3eb0609d8b64091fb4f (diff)
downloadaur-emacs-js2-mode.tar.gz
Upgrade to version 20230408
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06ccde625de0..0cb02daeef3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = emacs-js2-mode
pkgdesc = An improved JavaScript mode for GNU Emacs
- pkgver = 20220710
+ pkgver = 20230408
pkgrel = 1
url = https://github.com/mooz/js2-mode/
arch = any
license = GPL2
depends = emacs
- source = emacs-js2-mode-20220710.tar.gz::https://github.com/mooz/js2-mode/archive/20220710.tar.gz
- sha256sums = d97c93f57c4065cf8aab49a06822a386db64a64f2b0a3178f0f8abd3d55a04d1
+ source = emacs-js2-mode-20230408.tar.gz::https://github.com/mooz/js2-mode/archive/20230408.tar.gz
+ sha256sums = eb53e8cdb16ea47a526cb7ab5fc371af57bd4c9221eef78edcdfa9df30524840
pkgname = emacs-js2-mode
diff --git a/PKGBUILD b/PKGBUILD
index cd52ac4a31d6..e271b120e4cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-js2-mode
-pkgver=20220710
+pkgver=20230408
pkgrel=1
pkgdesc="An improved JavaScript mode for GNU Emacs"
arch=('any')
@@ -12,7 +12,7 @@ url="https://github.com/mooz/js2-mode/"
license=('GPL2')
depends=('emacs')
source=($pkgname-$pkgver.tar.gz::https://github.com/mooz/js2-mode/archive/$pkgver.tar.gz)
-sha256sums=('d97c93f57c4065cf8aab49a06822a386db64a64f2b0a3178f0f8abd3d55a04d1')
+sha256sums=('eb53e8cdb16ea47a526cb7ab5fc371af57bd4c9221eef78edcdfa9df30524840')
build() {
cd ${pkgname#emacs-}-$pkgver