Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
neovim-lspconfig
Commits:
4815aa2d by Caleb Maclennan at 2025-05-27T01:15:50+03:00
upgpkg: 2.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = neovim-lspconfig
pkgdesc = Collection of common configurations for Neovim’s built-in
language server client
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/neovim/nvim-lspconfig
arch = any
@@ -8,7 +8,7 @@ pkgbase = neovim-lspconfig
license = Apache-2.0
depends = luajit
depends = neovim
- source =
https://github.com/neovim/nvim-lspconfig/archive/v2.1.0/nvim-lspconfig-2.1.0.tar.gz
- sha256sums =
4289e31774bcd20efa1a40f57313c6cee8d5adb3556299445606b43465dab1f2
+ source =
https://github.com/neovim/nvim-lspconfig/archive/v2.2.0/nvim-lspconfig-2.2.0.tar.gz
+ sha256sums =
f379f149ce425b3f9a630a72d4e1198a617b28729c53a3180a1163fd9b649c1e
pkgname = neovim-lspconfig
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_name=lspconfig
_upstream=nvim-lspconfig
pkgname=neovim-lspconfig
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc='Collection of common configurations for Neovim’s built-in language
server client'
arch=(any)
@@ -15,7 +15,7 @@ depends=(luajit
groups=(neovim-plugins)
_archive="$_upstream-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('4289e31774bcd20efa1a40f57313c6cee8d5adb3556299445606b43465dab1f2')
+sha256sums=('f379f149ce425b3f9a630a72d4e1198a617b28729c53a3180a1163fd9b649c1e')
package() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/neovim-lspconfig/-/commit/4815aa2d825cc863c3cdafa19b41b83b5cd7c5f5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/neovim-lspconfig/-/commit/4815aa2d825cc863c3cdafa19b41b83b5cd7c5f5
You're receiving this email because of your account on gitlab.archlinux.org.