summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima2021-03-05 00:32:18 -0300
committerHugo Parente Lima2021-03-05 00:32:18 -0300
commita52fd7fe6a4f4beaae5d60dc238bbcee009146a8 (patch)
tree33ffa0392702bf2ac673ddc33c755b9956753f26
parent326000097cb06f05047339e2393674ec7a66d8ba (diff)
downloadaur-a52fd7fe6a4f4beaae5d60dc238bbcee009146a8.tar.gz
Fix optional dependency on YAML LS.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97bfbb1d53f3..96ed89b566ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tijolo
pkgdesc = Lightweight, keyboard-oriented IDE for the masses
pkgver = 0.4.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/hugopl/tijolo
arch = x86_64
license = MIT
@@ -20,7 +20,7 @@ pkgbase = tijolo
depends = editorconfig-core-c
optdepends = ccls: C/C++ LSP support
optdepends = bash-language-server: Bash LSP support
- optdepends = yaml-language-server: YAML LSP support
+ optdepends = yaml-language-server-bin: YAML LSP support
optdepends = python-language-server: Python LSP support
conflicts = tijolo-git
source = tijolo-0.4.1.tar.gz::https://github.com/hugopl/tijolo/archive/v0.4.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index dd7684d0cf81..ac1ad976d0a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tijolo
pkgver=0.4.1
-pkgrel=3
+pkgrel=4
pkgdesc="Lightweight, keyboard-oriented IDE for the masses"
arch=("x86_64")
conflicts=("tijolo-git")
@@ -12,7 +12,7 @@ depends=("gc" "libevent" "pcre" "gtksourceview4" "nerd-fonts-jetbrains-mono" "li
makedepends=("make" "git" "crystal<0.36.0" "shards>=0.11.0" "libyaml")
optdepends=('ccls: C/C++ LSP support'
'bash-language-server: Bash LSP support'
- 'yaml-language-server: YAML LSP support'
+ 'yaml-language-server-bin: YAML LSP support'
'python-language-server: Python LSP support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/hugopl/tijolo/archive/v${pkgver}.tar.gz")
sha256sums=('38c7b520fbc12eeb132fd415f9fdeb3ca545349cba6bdbd261b352ac7e544598')