[arch-commits] Commit in kak-lsp/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Thu Jun 3 22:51:19 UTC 2021
Date: Thursday, June 3, 2021 @ 22:51:19
Author: maximbaz
Revision: 955813
archrelease: copy trunk to community-x86_64
Added:
kak-lsp/repos/community-x86_64/PKGBUILD
(from rev 955812, kak-lsp/trunk/PKGBUILD)
Deleted:
kak-lsp/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-03 22:51:15 UTC (rev 955812)
+++ PKGBUILD 2021-06-03 22:51:19 UTC (rev 955813)
@@ -1,30 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=kak-lsp
-pkgver=9.0.0
-pkgrel=1
-pkgdesc='Kakoune Language Server Protocol Client'
-arch=('x86_64')
-url='https://github.com/ul/kak-lsp'
-license=('custom:unlicense')
-depends=('kakoune')
-makedepends=('rust')
-optdepends=(
- 'bash-language-server: language server for Bash'
- 'python-language-server: language server for Python'
- 'go-tools: language server for Go'
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('25898b816a92fc2436c146d7cd2e891b608203fe63690aafa648e6ae8bfa9112')
-
-build() {
- cd "${pkgname}-${pkgver}"
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:
Copied: kak-lsp/repos/community-x86_64/PKGBUILD (from rev 955812, kak-lsp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-03 22:51:19 UTC (rev 955813)
@@ -0,0 +1,30 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=kak-lsp
+pkgver=10.0.0
+pkgrel=1
+pkgdesc='Kakoune Language Server Protocol Client'
+arch=('x86_64')
+url='https://github.com/ul/kak-lsp'
+license=('custom:unlicense')
+depends=('kakoune')
+makedepends=('rust')
+optdepends=(
+ 'bash-language-server: language server for Bash'
+ 'python-language-server: language server for Python'
+ 'go-tools: language server for Go'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('6e674c2299a11938474100a15ce2c1052320d32b7b7cd1817fe8428b23bf3a18')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:
More information about the arch-commits
mailing list