From d6eac483f9bfc8d5753d54631713fa4fb9ce2103 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 8 Aug 2019 10:29:44 +0200 Subject: [PATCH] ocaml-lablgtk2: update to 2.18.8. --- srcpkgs/ocaml-lablgtk2/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/ocaml-lablgtk2/template b/srcpkgs/ocaml-lablgtk2/template index d3ed23079c4..bd235dd0823 100644 --- a/srcpkgs/ocaml-lablgtk2/template +++ b/srcpkgs/ocaml-lablgtk2/template @@ -1,19 +1,19 @@ # Template file for 'ocaml-lablgtk2' pkgname=ocaml-lablgtk2 -version=2.18.6 -revision=2 +version=2.18.8 +revision=1 wrksrc="lablgtk-${version}" build_style=gnu-configure configure_args="--without-glade --without-gnomeui --without-gtksourceview" make_build_args="world opt" -maintainer="Tai Chi Minh Ralph Eastwood " hostmakedepends="ocaml ocaml-findlib m4 camlp4 pkg-config" makedepends="gtk+-devel gtksourceview2-devel libgnomecanvas-devel gtkspell-devel" short_desc="OCaml interface to GTK2" -license="LGPL-2.1" +maintainer="Tai Chi Minh Ralph Eastwood " +license="LGPL-2.0-or-later" homepage="http://lablgtk.forge.ocamlcore.org/" -distfiles="https://forge.ocamlcore.org/frs/download.php/1726/lablgtk-${version}.tar.gz" -checksum=4ddca243066418e2a88ac49ebf2d846fac4b667b1b1753efadd078ae777368f8 +distfiles="https://github.com/garrigue/lablgtk/releases/download/lablgtk2188/lablgtk-${version}.tar.gz" +checksum=91f59bafd07989ea00080f4fd65512ce339878c7117bf5116bad3b93b64d4de3 nocross=yes nopie=yes disable_parallel_build=yes