From 95930dd9f3f909f5a18808af1d252a0c6b36d76a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 18 Jun 2015 07:18:51 +0200 Subject: [PATCH] ocaml: update to 4.02.2. --- srcpkgs/ocaml/template | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/srcpkgs/ocaml/template b/srcpkgs/ocaml/template index c24e09834db..222033f07cb 100644 --- a/srcpkgs/ocaml/template +++ b/srcpkgs/ocaml/template @@ -1,25 +1,22 @@ # Template file for 'ocaml' pkgname=ocaml -_majorver=4.02 -version=${_majorver}.1 +version=4.02.2 revision=1 makedepends="ncurses-devel libX11-devel" short_desc="The main implementation of the Caml language" maintainer="Juan RP " homepage="http://caml.inria.fr" -license="QPL-1,LGPL-2" -distfiles="${homepage}/pub/distrib/${pkgname}-${_majorver}/${pkgname}-${version}.tar.xz" -checksum=68c4b01be54c23bc20fc0a8beaa5c7433b8483f8950490129cfe7662e0c6f4dc +license="QPL-1, LGPL-2" +distfiles="${homepage}/pub/distrib/${pkgname}-${version%.*}/${pkgname}-${version}.tar.xz" +checksum=60f923988ab7ae023a0799f9699d7d7a476bf8207ee2c900f92c8288ea363085 nocross=yes do_configure() { ./configure -prefix /usr -mandir /usr/share/man } - do_build() { make ${makejobs} world.opt } - do_install() { local compiler_libs=${DESTDIR}/usr/lib/ocaml/compiler-libs