Date: Saturday, August 29, 2020 @ 13:12:57
  Author: juergen
Revision: 692195

OCaml 4.11.0 rebuild

Modified:
  ocaml-num/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-29 13:12:23 UTC (rev 692194)
+++ PKGBUILD    2020-08-29 13:12:57 UTC (rev 692195)
@@ -2,12 +2,12 @@
 
 pkgname=ocaml-num
 pkgver=1.3
-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')
+depends=('ocaml>=4.11.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