diff options
author | haawda | 2019-02-16 22:06:36 +0100 |
---|---|---|
committer | haawda | 2019-02-16 22:06:36 +0100 |
commit | 9e51e89c1b89be42672753828707546c168d724f (patch) | |
tree | 04f257a27a013b50908f6b67e2ff3feb03c7627e /PKGBUILD | |
parent | 37a6674af8b11c648b8e843f8f1902cf58aa4ac5 (diff) | |
download | aur-9e51e89c1b89be42672753828707546c168d724f.tar.gz |
adopted
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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() { |