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

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


    Date: Tuesday, August 9, 2022 @ 18:48:05
  Author: juergen
Revision: 452463

Update to 0.7.0, OCaml 4.14.0 rebuild

Modified:
  ocaml-integers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 18:47:36 UTC (rev 452462)
+++ PKGBUILD	2022-08-09 18:48:05 UTC (rev 452463)
@@ -1,16 +1,16 @@
 # Maintainer: Jürgen Hötzel <juergen at archlinux.org>
 
 pkgname=ocaml-integers
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc='Library for binding to C libraries using pure OCaml'
 arch=('x86_64')
 url=https://github.com/ocamllabs/ocaml-integers
 license=('custom')
 options=('!strip')
-makedepends=('dune' 'ocaml-topkg' 'ocaml-findlib' 'ocaml-compiler-libs>=4.12.0' 'ocamlbuild' 'opam')
+makedepends=('dune' 'ocaml-topkg' 'ocaml-findlib' 'ocaml-compiler-libs>=4.14.0' 'ocamlbuild' 'opam' 'ocaml-stdlib-shims')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('f608ce98caf41ddb4eea90e8673bb8ff35acb07ef951bc0bf75b5989ef9b36b8')
+sha256sums=('8bb517fa9a1818246eb8c4ce34ee1489fbebb4b92defa3a25d13cab8d23ec685')
 
 
 build() {



More information about the arch-commits mailing list