David Runge pushed to branch main at Arch Linux / Packaging / Packages / neovim-lspconfig
Commits: 3574b43f by David Runge at 2023-12-05T18:13:02+01:00 upgpkg: 0.1.7-1 Switch to correct SPDX license identifier for project. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = neovim-lspconfig + pkgdesc = Collection of common configurations for Neovim's built-in language server client + pkgver = 0.1.7 + pkgrel = 1 + url = https://github.com/neovim/nvim-lspconfig + arch = any + groups = neovim-plugins + license = Apache-2.0 + depends = luajit + depends = neovim + source = https://github.com/neovim/nvim-lspconfig/archive/v0.1.7/neovim-lspconfig-v0.1.7.tar.gz + sha512sums = 62bbfa55f418da4819e3d4f69b967515687d0294768381ecb8e07af7e7a1b84cd4695563c373e89929e60ceaa0d44400e5b706d6909858e6786e1c467f837e23 + b2sums = f443a8429259223e19c56eb059e5e8678cf0cff8b6c898aec5cede1026ef5e49f71dd3c95f7909463906cd5c2ccde4dc4831a2c90f2d1901d8aaa83e5fa1e519 + +pkgname = neovim-lspconfig ===================================== PKGBUILD ===================================== @@ -3,17 +3,17 @@ _name=lspconfig _upstream=nvim-lspconfig pkgname=neovim-lspconfig -pkgver=0.1.6 +pkgver=0.1.7 pkgrel=1 pkgdesc="Collection of common configurations for Neovim's built-in language server client" arch=(any) url="https://github.com/neovim/nvim-lspconfig" -license=(Apache) +license=(Apache-2.0) groups=(neovim-plugins) depends=(luajit neovim) source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz) -sha512sums=('fdadc80c579e7c6dba8d60f29be82df9889e6dfbfac2ddd136fef5e3cf8f29d3fdb22271cc6c9ec3ae6d7cc2c8dd48394374497738a9b8116520b16c99f55424') -b2sums=('fac4eea065c4e5593c8bb2f3c995e09bdfa855eac7b2dc4aeb670f7d400400c4ef78c88ef70e80881ef156bb91c3587299b6f3aff3892c7002bb69f051fb0083') +sha512sums=('62bbfa55f418da4819e3d4f69b967515687d0294768381ecb8e07af7e7a1b84cd4695563c373e89929e60ceaa0d44400e5b706d6909858e6786e1c467f837e23') +b2sums=('f443a8429259223e19c56eb059e5e8678cf0cff8b6c898aec5cede1026ef5e49f71dd3c95f7909463906cd5c2ccde4dc4831a2c90f2d1901d8aaa83e5fa1e519') package() { cd $_upstream-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/neovim-lspconfig/-/commit/3574b43f9c68fa1438b53267869bf4926a5142d4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/neovim-lspconfig/-/commit/3574b43f9c68fa1438b53267869bf4926a5142d4 You're receiving this email because of your account on gitlab.archlinux.org.
