Date: Tuesday, July 27, 2021 @ 16:03:30 Author: juergen Revision: 987821
ocaml-4.12.0 rebuild Modified: ocaml-hashcons/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-27 16:03:11 UTC (rev 987820) +++ PKGBUILD 2021-07-27 16:03:30 UTC (rev 987821) @@ -2,12 +2,12 @@ pkgname=ocaml-hashcons pkgver=1.3 -pkgrel=1 +pkgrel=2 pkgdesc='OCaml hash-consing library' url="https://github.com/backtracking/ocaml-hashcons" arch=('x86_64') license=('LGPL2.1') -depends=('ocaml>=4.11.0') +depends=('ocaml>=4.12.0') makedepends=('ocaml-findlib') options=('!strip' '!makeflags' 'staticlibs') source=("https://github.com/backtracking/ocaml-hashcons/archive/$pkgver/$pkgname-$pkgver.tar.gz")
