Date: Friday, August 16, 2019 @ 06:32:46 Author: juergen Revision: 499752
OCaml 4.08 rebuild Modified: ocaml-lablgl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-16 06:32:03 UTC (rev 499751) +++ PKGBUILD 2019-08-16 06:32:46 UTC (rev 499752) @@ -5,12 +5,12 @@ pkgname=ocaml-lablgl pkgver=1.06 -pkgrel=1 +pkgrel=2 pkgdesc='OCaml interface to OpenGL' url="https://github.com/garrigue/lablgl" arch=('x86_64') license=('BSD') -depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.07.1') +depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.08.0') options=('!strip' '!makeflags' 'staticlibs') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')