summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authort0nyandre2018-11-06 00:03:26 +0100
committert0nyandre2018-11-06 00:03:26 +0100
commit92bcb036212a726faa3e1375d2107813c7a77fd8 (patch)
tree87b864e12c947eb440468a917d98d3ee1b04744b
parente3f316874d103e06724a812683c5948f82b148e3 (diff)
downloadaur-92bcb036212a726faa3e1375d2107813c7a77fd8.tar.gz
added crystal-git as dep. instead of crystal
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60179c98097b..4b3049724678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=scry-git
_gitname=scry
-pkgver=129.2e988b7
+pkgver=1.e3f3168
pkgrel=1
-pkgdesc="Scry is a code analysis server for Crystal."
+pkgdesc="Scry is a language server for Crystal."
arch=("x86_64")
url="https://github.com/crystal-lang-tools/$_gitname"
license=("MIT")
-depends=("git" "crystal")
+depends=("git" "crystal-git")
source=("git+https://github.com/crystal-lang-tools/$_gitname")
sha256sums=("SKIP")