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

Jürgen Hötzel juergen at archlinux.org
Sat Aug 29 13:13:14 UTC 2020


    Date: Saturday, August 29, 2020 @ 13:13:14
  Author: juergen
Revision: 692197

OCaml 4.11.0 rebuild

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-29 13:13:02 UTC (rev 692196)
+++ PKGBUILD	2020-08-29 13:13:14 UTC (rev 692197)
@@ -3,12 +3,12 @@
 
 pkgname=dune
 pkgver=2.7.0
-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 ocaml ocaml-findlib)
+depends=(glibc "ocaml>=4.11.0" ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('ccf5561a2f3672652a1efd072f161b4d4d1a524d2a77e0c001c6ed01f02599032e76c518a454e068e4a99105503117fce518113d2aa9f13bafb46b264b463ebd')
 



More information about the arch-commits mailing list