summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondy2020-03-22 15:38:37 +0800
committercondy2020-03-22 15:38:37 +0800
commite505182ab31adb6faeff5f0e3d2ab08b00010d2e (patch)
treec1bc8d6f66a5f74a8cba5210fc14bfff10c92fb9
parentcc313ea328e572682d10ed538919cda5cb7ca6e2 (diff)
downloadaur-e505182ab31adb6faeff5f0e3d2ab08b00010d2e.tar.gz
Update dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66a8661d5a38..cc8837da2130 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = ocaml-lsp-git
pkgdesc = OCaml Language Server Protocol implementation
- pkgver = r334.3e20872
- pkgrel = 2
+ pkgver = r484.d57bd91
+ pkgrel = 1
url = https://github.com/ocaml/ocaml-lsp
arch = x86_64
license = ISC
makedepends = git
- makedepends = dune>=1.11
+ makedepends = dune>=2.0
depends = ocaml
depends = ocaml-yojson
depends = ocaml-ppx_yojson_conv_lib
depends = ocaml-stdlib-shims
+ depends = ocaml-menhir
provides = ocaml-lsp
conflicts = ocaml-lsp
options = !strip
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')