Date: Thursday, May 18, 2023 @ 19:50:52 Author: juergen Revision: 1463116
upgpkg: ocaml-findlib 1.9.6-2 Modified: ocaml-findlib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-18 19:50:36 UTC (rev 1463115) +++ PKGBUILD 2023-05-18 19:50:52 UTC (rev 1463116) @@ -8,12 +8,12 @@ pkgname=ocaml-findlib pkgver=1.9.6 -pkgrel=1 +pkgrel=2 pkgdesc='OCaml package manager' arch=(x86_64) url='http://projects.camlcity.org/projects/findlib.html' license=(MIT) -depends=(ocaml-compiler-libs 'ocaml=4.14.0') +depends=("ocaml-compiler-libs>=5.0.0" 'ocaml>=5.0.0') source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz") b2sums=('c9c98b9e92c0cf690e2c8794a1ed606c0288d49a016dfa08592c9f617be1020385f52bf37345a7cbcbc7f0fcb19750a6617036cbf90afef231eccdbc7132baf8') options=(!makeflags !strip staticlibs zipman)