Date: Saturday, December 11, 2021 @ 12:14:06
  Author: juergen
Revision: 1068236

OCaml 4.13.1 rebuild

Modified:
  ocaml-num/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-11 12:13:12 UTC (rev 1068235)
+++ PKGBUILD    2021-12-11 12:14:06 UTC (rev 1068236)
@@ -3,12 +3,12 @@
 
 pkgname=ocaml-num
 pkgver=1.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Library for arbitrary-precision integer and rational arithmetic that 
used to be part of the OCaml core distribution"
 arch=('x86_64')
 url="https://github.com/ocaml/num";
 license=('LGPL2.1')
-depends=('ocaml>=4.12.0')
+depends=('ocaml>=4.13.1')
 makedepends=('ocaml-findlib')
 options=('!strip' '!makeflags')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ocaml/num/archive/v${pkgver}.tar.gz";)

Reply via email to