summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-02-16 22:06:36 +0100
committerhaawda2019-02-16 22:06:36 +0100
commit9e51e89c1b89be42672753828707546c168d724f (patch)
tree04f257a27a013b50908f6b67e2ff3feb03c7627e
parent37a6674af8b11c648b8e843f8f1902cf58aa4ac5 (diff)
downloadaur-9e51e89c1b89be42672753828707546c168d724f.tar.gz
adopted
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5945533839a9..d1928d1d0100 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-lsp-mode-git
pkgdesc = Emacs client/library for the Language Server Protocol
- pkgver = r837.b9f847f
+ pkgver = 6.0.51.g6dc60e2
pkgrel = 1
url = https://github.com/emacs-lsp/lsp-mode
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index af042553e6c5..6781063ec738 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: sballert <sballert@posteo.de>
+# Contributor: sballert <sballert@posteo.de>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
_gituser="emacs-lsp"
_gitrepo="lsp-mode"
pkgname=emacs-lsp-mode-git
-pkgver=r837.b9f847f
+pkgver=6.0.51.g6dc60e2
pkgrel=1
pkgdesc="Emacs client/library for the Language Server Protocol"
url="https://github.com/${_gituser}/${_gitrepo}"
@@ -19,7 +20,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$_gitrepo"
- printf "r%s.%s" $(git rev-list --count HEAD) $(git rev-parse --short HEAD)
+ git describe --tags|tr - .
}
build() {