Date: Tuesday, July 27, 2021 @ 15:49:18 Author: juergen Revision: 987779
ocaml-4.12.0 rebuild Modified: ocaml-csexp/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-27 15:48:54 UTC (rev 987778) +++ PKGBUILD 2021-07-27 15:49:18 UTC (rev 987779) @@ -2,13 +2,13 @@ _pkgname='csexp' pkgname="ocaml-${_pkgname}" pkgver=1.3.2 -pkgrel=1 +pkgrel=2 pkgdesc="OCaml canonical S-expressions" arch=(x86_64) url="https://github.com/ocaml-dune/csexp" license=('MIT') makedepends=(dune) -depends=(glibc "ocaml>=4.11.0" ocaml-findlib ocaml-result) +depends=(glibc "ocaml>=4.12.0" ocaml-findlib ocaml-result) source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") sha512sums=('61b239a0283792c218b8b71582255c5c8ffc882195245e292077064fc9b54ec4402887fc26b74413fca670fb7c01dc42ca998aa2ed40982798b580e6f3b747ee')