Date: Tuesday, December 20, 2022 @ 11:10:58
  Author: dvzrv
Revision: 1363715

archrelease: copy trunk to community-any

Added:
  neovim-lspconfig/repos/community-any/PKGBUILD
    (from rev 1363714, neovim-lspconfig/trunk/PKGBUILD)
Deleted:
  neovim-lspconfig/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-20 11:10:37 UTC (rev 1363714)
+++ PKGBUILD    2022-12-20 11:10:58 UTC (rev 1363715)
@@ -1,22 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-_name=lspconfig
-_upstream=nvim-lspconfig
-pkgname=neovim-lspconfig
-pkgver=0.1.3
-pkgrel=3
-pkgdesc="Collection of common configurations for Neovim's built-in language 
server client"
-arch=(any)
-url="https://github.com/neovim/nvim-lspconfig";
-license=(Apache)
-groups=(neovim-plugins)
-depends=(luajit neovim)
-source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha512sums=('58cff3b217ea132a5a3208cced0ded7870fe32d9b20f5e297796688e58646cae6fbd9046fb110efef3137a9607d33f153657ca2ec569d9c5e823122ef37b0ebd')
-b2sums=('384fe59dec57924d9a2adf52de07aab528faf8c3414cfae33a9c917fb5325d999fff01b1027ad74cd07f2074691587c11530ddeca10e79925c57d732e3b9f5ff')
-
-package() {
-  cd $_upstream-$pkgver
-  find doc lua plugin -type f -exec install -vDm 644 {} 
"$pkgdir/usr/share/nvim/site/pack/dist/start/$_name/{}" \;
-  install -vDm 644 {CONFIG,README}.md -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: neovim-lspconfig/repos/community-any/PKGBUILD (from rev 1363714, 
neovim-lspconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-20 11:10:58 UTC (rev 1363715)
@@ -0,0 +1,22 @@
+# Maintainer: David Runge <[email protected]>
+
+_name=lspconfig
+_upstream=nvim-lspconfig
+pkgname=neovim-lspconfig
+pkgver=0.1.4
+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)
+groups=(neovim-plugins)
+depends=(luajit neovim)
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+sha512sums=('e6573ccff26018475e7e56c750ba7dfd20efd4f8e60be02b314a44866cb36b9d81b73355b2d90253d04db84815e645ee359dc12270dc57fd7c5f93a2ebae6d10')
+b2sums=('176dc2585ad72a5349de5ce5b55622865ccd5850ae0f8eef05c4ecbac16fb9f5a5127c3e2d56e9cbb15fe0ef0896bce2bb753b1954bc744b6bf334abb491b174')
+
+package() {
+  cd $_upstream-$pkgver
+  find doc lua plugin -type f -exec install -vDm 644 {} 
"$pkgdir/usr/share/nvim/site/pack/dist/start/$_name/{}" \;
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+}

Reply via email to