Date: Tuesday, August 13, 2019 @ 03:35:21 Author: eschwartz Revision: 499045
upgpkg: ocaml-lablgl 1.06-1 - upstream release - ocamlforge is deprecated, project migrated to github and gained the status of not needing build-deps on camlp* Modified: ocaml-lablgl/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-13 00:36:02 UTC (rev 499044) +++ PKGBUILD 2019-08-13 03:35:21 UTC (rev 499045) @@ -4,17 +4,16 @@ # Contributor: Nikolay Amiantov <[email protected]> pkgname=ocaml-lablgl -pkgver=1.05 -pkgrel=8 +pkgver=1.06 +pkgrel=1 pkgdesc='OCaml interface to OpenGL' -url="https://forge.ocamlcore.org/projects/lablgl/" +url="https://github.com/garrigue/lablgl" arch=('x86_64') license=('BSD') depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.07.1') -makedepends=('camlp4') options=('!strip' '!makeflags' 'staticlibs') -source=("https://forge.ocamlcore.org/frs/download.php/1254/lablgl-$pkgver.tar.gz") -sha256sums=('d8ff03e35b970d2b23a942f9e6ed65da5a6c123986bd0ecf5424a6205af34b61') +source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") +sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a') prepare() { cd "${srcdir}"/lablgl-${pkgver}
