summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-01-23 22:22:26 -0600
committerLuis Martinez2022-01-23 22:22:26 -0600
commitcacfb7583b0e42ebf402389ef9f241cb75aba78a (patch)
tree0f25bc3ccf4cbd78491bf7c1e4f3769c569aebee
parent76c479373728b3953e0f982ed36055356f02db95 (diff)
downloadaur-cacfb7583b0e42ebf402389ef9f241cb75aba78a.tar.gz
update to 0.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 712df75318c4..fda2fe0be30b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-lspconfig
pkgdesc = Quickstart configurations for the Neovim LSP client
- pkgver = 0.1.1
+ pkgver = 0.1.2
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.1.tar.gz::https://github.com/neovim/nvim-lspconfig/archive/v0.1.1.tar.gz
- sha256sums = 17c2dcc90027695de07a84254031f7d929930fe5d9c41d04692c09a8b8d669de
+ source = neovim-lspconfig-0.1.2.tar.gz::https://github.com/neovim/nvim-lspconfig/archive/v0.1.2.tar.gz
+ sha256sums = d9aa89b890a441338b974f46640a54b42ab8c8b959687e6f052140cfa88b3af3
pkgname = neovim-lspconfig
diff --git a/PKGBUILD b/PKGBUILD
index 09a9919f124c..95c0d2e1648a 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.1
+pkgver=0.1.2
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=('17c2dcc90027695de07a84254031f7d929930fe5d9c41d04692c09a8b8d669de')
+sha256sums=('d9aa89b890a441338b974f46640a54b42ab8c8b959687e6f052140cfa88b3af3')
PURGE_TARGETS=('tags')