Date: Thursday, May 18, 2023 @ 19:52:11
  Author: juergen
Revision: 1463120

upgpkg: ocaml-num 1.4-7

Modified:
  ocaml-num/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-18 19:51:58 UTC (rev 1463119)
+++ PKGBUILD    2023-05-18 19:52:11 UTC (rev 1463120)
@@ -3,12 +3,12 @@
 
 pkgname=ocaml-num
 pkgver=1.4
-pkgrel=6
+pkgrel=7
 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.14.0')
+depends=('ocaml>=4.15.0')
 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