From df9278b868a19d61d7db9bbc362b677ee567408e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 11 Jan 2021 18:53:37 +0100 Subject: [PATCH] ocaml-zarith: needs gmp-devel for linking. --- srcpkgs/ocaml-zarith/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/ocaml-zarith/template b/srcpkgs/ocaml-zarith/template index 190d274fe58..642476093c2 100644 --- a/srcpkgs/ocaml-zarith/template +++ b/srcpkgs/ocaml-zarith/template @@ -1,12 +1,13 @@ # Template file for 'ocaml-zarith' pkgname=ocaml-zarith version=1.11 -revision=1 +revision=2 wrksrc="Zarith-release-${version}" build_style=configure make_check_target="tests" hostmakedepends="perl" makedepends="gmp-devel ocaml ocaml-findlib" +depends="gmp-devel" short_desc="OCaml operations over arbitrary-precision integers" maintainer="Leah Neukirchen " license="LGPL-2.0-only,OCaml-LGPL-linking-exception"