[arch-commits] Commit in dune/trunk (PKGBUILD)

Jürgen Hötzel juergen at gemini.archlinux.org
Tue Aug 9 18:50:29 UTC 2022


    Date: Tuesday, August 9, 2022 @ 18:50:28
  Author: juergen
Revision: 1264487

OCaml 4.14.0 rebuild

Modified:
  dune/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 18:50:15 UTC (rev 1264486)
+++ PKGBUILD	2022-08-09 18:50:28 UTC (rev 1264487)
@@ -4,17 +4,18 @@
 
 pkgname=dune
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
 url="https://github.com/ocaml/dune"
 license=(Apache)
 depends=('glibc')
-makedepends=('ocaml' 'ocaml-csexp' 'ocaml-pp')
+makedepends=('ocaml' 'ocaml-compiler-libs' 'ocaml-csexp' 'ocaml-pp' 'ocaml-findlib')
 optdepends=('ocaml: Dune standard library')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('ffd72d2b86b1be0f7f80cd42e5a6e0fb75a89c3b138fd8533804a0d9cc51ca3c0e2cb38e08e71a38e1c9a55d20840d989fc0682efc43de27d4b77ac6042c3c7a')
+sha256sums=('dc260f7f723b17cec104d394d904b402a0b0108d2d3241fe7596e6d473502cef')
 
+
 _dune_release_pkgs=('dune' 'dune-action-plugin' 'dune-build-info' 'dune-configurator' 'dune-glob' 'dune-private-libs' 'dune-site' 'dyn' 'stdune' 'ordering' 'xdg' 'fiber')
 
 build() {



More information about the arch-commits mailing list