Date: Saturday, March 21, 2020 @ 18:27:25 Author: felixonmars Revision: 602969
upgpkg: ocaml-lablgl 1.06-5: rebuild with ocaml 4.09.1 Modified: ocaml-lablgl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-21 18:25:56 UTC (rev 602968) +++ PKGBUILD 2020-03-21 18:27:25 UTC (rev 602969) @@ -5,12 +5,12 @@ pkgname=ocaml-lablgl pkgver=1.06 -pkgrel=4 +pkgrel=5 pkgdesc='OCaml interface to OpenGL' url="https://github.com/garrigue/lablgl" arch=('x86_64') license=('BSD') -depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.09.0') +depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.09.1') options=('!strip' '!makeflags' 'staticlibs') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
