Date: Thursday, May 18, 2023 @ 19:54:06
Author: juergen
Revision: 1463132
upgpkg: ocaml-zarith 1.12-6
Modified:
ocaml-zarith/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-18 19:53:51 UTC (rev 1463131)
+++ PKGBUILD 2023-05-18 19:54:06 UTC (rev 1463132)
@@ -4,12 +4,12 @@
pkgname=ocaml-zarith
provides=('zarith')
pkgver=1.12
-pkgrel=5
+pkgrel=6
pkgdesc='Implements arithmetic and logical operations over arbitrary-precision
integers and rational numbers'
url='https://github.com/ocaml/Zarith'
arch=('x86_64')
license=('GPL2')
-depends=('ocaml>=4.14.0' 'ocaml-compiler-libs' 'gmp')
+depends=('ocaml>=5.0.0' 'ocaml-compiler-libs>=5.0.0' 'gmp')
makedepends=('ocaml-findlib')
source=("https://github.com/ocaml/Zarith/archive/release-${pkgver}.tar.gz")
sha256sums=('cc32563c3845c86d0f609c86d83bf8607ef12354863d31d3bffc0dacf1ed2881')