summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fda2fe0be30b..90fc2b2241d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-lspconfig
pkgdesc = Quickstart configurations for the Neovim LSP client
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/neovim/nvim-lspconfig
install = lspconfig.install
@@ -8,7 +8,7 @@ pkgbase = neovim-lspconfig
groups = neovim-plugins
license = Apache
depends = neovim
- source = neovim-lspconfig-0.1.2.tar.gz::https://github.com/neovim/nvim-lspconfig/archive/v0.1.2.tar.gz
- sha256sums = d9aa89b890a441338b974f46640a54b42ab8c8b959687e6f052140cfa88b3af3
+ source = neovim-lspconfig-0.1.3.tar.gz::https://github.com/neovim/nvim-lspconfig/archive/v0.1.3.tar.gz
+ sha256sums = 27308bfa7bf48eb6caf363e2753182a3dc653e6b94d6b3307223a79f59a352b2
pkgname = neovim-lspconfig
diff --git a/PKGBUILD b/PKGBUILD
index 95c0d2e1648a..d49f913ce170 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=neovim-lspconfig
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc='Quickstart configurations for the Neovim LSP client'
arch=('any')
@@ -11,7 +11,7 @@ groups=('neovim-plugins')
depends=('neovim')
install=lspconfig.install
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('d9aa89b890a441338b974f46640a54b42ab8c8b959687e6f052140cfa88b3af3')
+sha256sums=('27308bfa7bf48eb6caf363e2753182a3dc653e6b94d6b3307223a79f59a352b2')
PURGE_TARGETS=('tags')