Date: Saturday, December 11, 2021 @ 12:29:49 Author: juergen Revision: 1068250
OCaml 4.13.1 rebuild Modified: ocaml-zarith/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-11 12:29:20 UTC (rev 1068249) +++ PKGBUILD 2021-12-11 12:29:49 UTC (rev 1068250) @@ -4,13 +4,13 @@ pkgname=ocaml-zarith provides=('zarith') pkgver=1.12 -pkgrel=1 +pkgrel=2 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=('gmp') -makedepends=('ocaml>=4.12.0' 'ocaml-findlib' ) +makedepends=('ocaml>=4.13.1' 'ocaml-findlib' ) source=("https://github.com/ocaml/Zarith/archive/release-${pkgver}.tar.gz") sha256sums=('cc32563c3845c86d0f609c86d83bf8607ef12354863d31d3bffc0dacf1ed2881')