Date: Tuesday, July 27, 2021 @ 15:57:33 Author: juergen Revision: 987803
ocaml-4.12.0 rebuild Modified: ocaml-lablgl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-27 15:57:22 UTC (rev 987802) +++ PKGBUILD 2021-07-27 15:57:33 UTC (rev 987803) @@ -5,12 +5,12 @@ pkgname=ocaml-lablgl pkgver=1.06 -pkgrel=8 +pkgrel=9 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.12.0') options=('!strip' '!makeflags' 'staticlibs') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
