summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima2020-08-09 00:39:25 -0300
committerHugo Parente Lima2020-08-09 00:39:25 -0300
commitfcc713166e018e4356a83b2080eec95f26df75a8 (patch)
tree72478166aaa49e4fe3eb1eee39f1470f4dcd5925
parent0af644cef28d4856b733b06647ab2c6672cb114f (diff)
downloadaur-fcc713166e018e4356a83b2080eec95f26df75a8.tar.gz
Remove libyaml dependency.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d7f4fd583d8..353990aa525b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ arch=("x86_64")
conflicts=("tijolo")
url="https://github.com/hugopl/tijolo"
license=("MIT")
-depends=("gc" "libevent" "pcre" "libyaml>=0.2.0" "gtksourceview4" "nerd-fonts-jetbrains-mono" "libgit2")
-makedepends=("git" "crystal>=0.35.0" "shards>=0.10.0")
+depends=("gc" "libevent" "pcre" "gtksourceview4" "nerd-fonts-jetbrains-mono" "libgit2")
+makedepends=("git" "crystal>=0.35.1" "shards>=0.11.0")
source=("tijolo-git::git+https://github.com/hugopl/tijolo.git")
sha256sums=('SKIP')