summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 257de2bafecf..79adb5f5ca42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
_pkgname='utop'
pkgname="ocaml-${_pkgname}"
-pkgver=1.18.1
+pkgver=1.18.2
pkgrel=1
pkgdesc='A toplevel for OCaml that supports completion, colors, and parenthesis matching'
arch=('i686' 'x86_64')
url='https://github.com/diml/utop'
license=('BSD')
-depends=('ocaml>=4.01.0' 'ocaml-findlib>=1.4.0' 'cppo>=1.0.1' 'ocaml-react' 'ocaml-lwt>=2.4.0' 'ocaml-camomile>=0.8' 'ocaml-zed>=1.2' 'ocaml-lambda-term>=1.2' 'camlp4')
+depends=('ocaml' 'cppo' 'ocaml-lambda-term' 'ocaml-lwt' 'ocaml-findlib' 'ocaml-react' 'camlp4')
source=("https://github.com/diml/utop/archive/${pkgver}.tar.gz")
options=('!strip')
-md5sums=('d943512656806c06ecf327c37c9aa831')
+md5sums=('f2e548251fa888df8fbbd4921d3bf465')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"