From 527fc8fbf05a938191aa937b5b107dc482ae18af Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 21 Dec 2022 22:16:57 +0100 Subject: [PATCH] ocaml-findlib: update to 1.9.6. --- srcpkgs/ocaml-findlib/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ocaml-findlib/template b/srcpkgs/ocaml-findlib/template index cd10d0a4bf4..25fbecf81cc 100644 --- a/srcpkgs/ocaml-findlib/template +++ b/srcpkgs/ocaml-findlib/template @@ -1,17 +1,17 @@ # Template file for 'ocaml-findlib' pkgname=ocaml-findlib -version=1.9.3 -revision=2 +version=1.9.6 +revision=1 build_style=configure configure_args="-config /etc/findlib.conf -sitelib /usr/lib/ocaml -mandir /usr/share/man" make_build_args="all opt" -makedepends="ncurses-devel ocaml ocamlbuild" +makedepends="ocaml ocamlbuild" short_desc="OCaml package manager" maintainer="Orphaned " license="MIT" homepage="http://projects.camlcity.org/projects/findlib.html" distfiles="http://download.camlcity.org/download/findlib-${version}.tar.gz" -checksum=c310fcb62838d9e50f0b6d6c5ceefcbe4fe056f72496950ae7d5c6cdaae2cc41 +checksum=2df996279ae16b606db5ff5879f93dbfade0898db9f1a3e82f7f845faa2930a2 nocross=yes nopie=yes disable_parallel_build=yes