Date: Saturday, September 12, 2020 @ 11:22:10 Author: juergen Revision: 703780
ocaml-4.11.1-1 rebuild Modified: ocaml-lablgl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-12 11:17:47 UTC (rev 703779) +++ PKGBUILD 2020-09-12 11:22:10 UTC (rev 703780) @@ -5,12 +5,12 @@ pkgname=ocaml-lablgl pkgver=1.06 -pkgrel=7 +pkgrel=8 pkgdesc='OCaml interface to OpenGL' url="https://github.com/garrigue/lablgl" arch=('x86_64') license=('BSD') -depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.11.0') +depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml>=4.11.0') options=('!strip' '!makeflags' 'staticlibs') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')