summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2021-05-19 15:08:22 -0600
committerBenjamin Denhartog2021-05-19 22:03:53 -0600
commitb645f1fe535a1f0839ee27cdb0a186d1636643cd (patch)
treeedff9f2b9f52ae86e2d0f27cb001c457bac51547
parent6dcc26dd7d8e29a17a6f7436175e47558ab5e077 (diff)
downloadaur-languageclient-neovim-bin.tar.gz
feat: standardize PKGBUILDs
This commit brings in several changes: - Adding a comment header indicating the public SoT for the packages - Refactoring packages that build with Bazel to use a Bazelisk binary - Minor other improvements and changes GitOrigin-RevId: 8f688b88aee92af8d9cc15ace1499cc83ded8e25
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36b7aae144ec..96075150ae65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = languageclient-neovim-bin
pkgdesc = Language Server Protocol (LSP) support for Vim and NeoVim.
pkgver = 0.1.161
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/autozimu/LanguageClient-neovim
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 1eaa1b897da5..4a8fc30cc93c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,12 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
+# For ISSUES, REQUESTS, and QUESTIONS:
+# https://github.com/sudoforge/pkgbuilds
+
_pkgname=LanguageClient-neovim
pkgname=languageclient-neovim-bin
pkgver=0.1.161
-pkgrel=1
+pkgrel=2
pkgdesc="Language Server Protocol (LSP) support for Vim and NeoVim."
url="https://github.com/autozimu/LanguageClient-neovim"
provides=('languageclient-neovim')