summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcondy2020-03-22 15:38:37 +0800
committercondy2020-03-22 15:38:37 +0800
commite505182ab31adb6faeff5f0e3d2ab08b00010d2e (patch)
treec1bc8d6f66a5f74a8cba5210fc14bfff10c92fb9 /PKGBUILD
parentcc313ea328e572682d10ed538919cda5cb7ca6e2 (diff)
downloadaur-ocaml-lsp-git.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6dcceccbc98..20d3cf5790c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=ocaml-lsp
pkgname=ocaml-lsp-git
-pkgver=r334.3e20872
-pkgrel=2
+pkgver=r484.d57bd91
+pkgrel=1
pkgdesc="OCaml Language Server Protocol implementation"
arch=('x86_64')
-depends=('ocaml' 'ocaml-yojson' 'ocaml-ppx_yojson_conv_lib' 'ocaml-stdlib-shims')
-makedepends=('git' 'dune>=1.11')
+depends=('ocaml' 'ocaml-yojson' 'ocaml-ppx_yojson_conv_lib' 'ocaml-stdlib-shims' 'ocaml-menhir')
+makedepends=('git' 'dune>=2.0')
url="https://github.com/ocaml/ocaml-lsp"
license=('ISC')
source=("${_pkgname}"::'git+https://github.com/ocaml/ocaml-lsp.git')