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

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


    Date: Tuesday, August 9, 2022 @ 18:48:19
  Author: juergen
Revision: 452464

OCaml 4.14.0 rebuild

Modified:
  ocaml-result/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 18:48:05 UTC (rev 452463)
+++ PKGBUILD	2022-08-09 18:48:19 UTC (rev 452464)
@@ -3,17 +3,19 @@
 _pkgname=result
 pkgname=ocaml-${_pkgname}
 pkgver=1.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Compatibility Result module"
 arch=('i686' 'x86_64' 'armv7h')
 url="https://github.com/janestreet/result"
 license=('BSD')
-depends=('ocaml>=4.13.1')
+depends=('ocaml>=4.14.0')
 makedepends=('ocaml-findlib' 'dune')
 options=('!strip')
 source=("https://github.com/janestreet/result/archive/${pkgver}.tar.gz")
-sha512sums=('5ca3aab3b46bff7f4fa4517b5d823de196d7a97a8b94a8e416a5e237061482f4d0030c6a339291d5aa8f68020ee11aed743b730970105a2303e6a93d26ca676a')
+sha256sums=('1072a8b0b35bd6df939c0670add33027f981e4f69a53233cb006b442fa12af30')
 
+
+
 build() {
   cd "${srcdir}/${_pkgname}-${pkgver}"
   dune build



More information about the arch-commits mailing list