summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e352ae67d8a6..fd38249da3af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=tijolo
pkgver=0.4.1
-pkgrel=1
+pkgrel=3
pkgdesc="Lightweight, keyboard-oriented IDE for the masses"
arch=("x86_64")
conflicts=("tijolo-git")
url="https://github.com/hugopl/tijolo"
license=("MIT")
depends=("gc" "libevent" "pcre" "gtksourceview4" "nerd-fonts-jetbrains-mono" "libgit2" "vte3" "editorconfig-core-c")
-makedepends=("make" "git" "crystal=0.35.1" "shards>=0.11.0")
+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'