summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-12-27 19:49:24 +0100
committerhaawda2019-12-27 19:49:24 +0100
commit399d458d711cb6196ee012fbd3a6be0addcbb796 (patch)
tree1c1d1039b2d3a43024652251eb31e20a7ec03281 /PKGBUILD
parentcf14c932a37ce93665ea7a26ad3354df37cf8194 (diff)
downloadaur-399d458d711cb6196ee012fbd3a6be0addcbb796.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 998d64c408c8..1887ab08535d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _gituser="emacs-lsp"
_gitrepo="lsp-mode"
pkgname=emacs-lsp-mode
-pkgver=6.2
+pkgver=6.2.1
pkgrel=1
pkgdesc="Emacs client/library for the Language Server Protocol"
url="https://github.com/${_gituser}/${_gitrepo}"
@@ -14,7 +14,7 @@ license=('GPL3')
depends=('emacs-ht')
makedepends=('cask')
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_gituser}/${_gitrepo}/archive/$pkgver.tar.gz")
-sha256sums=('4500039e8c1c37c5ba1f9ae11626c824657f371cfabf72bfe495a4ea30636058')
+sha256sums=('3a677d002b71663fa10cfe761b737d854fd0276e81df68550d6d7eb413d9399d')
build() {
cd ${_gitrepo}-$pkgver