From bce5b0500a28e4a6fa4ea37e084d512ee44fbc01 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 31 Dec 2016 11:45:54 +0100 Subject: [PATCH] ocamlbuild: update to 0.10.1. --- srcpkgs/ocamlbuild/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/ocamlbuild/template b/srcpkgs/ocamlbuild/template index 702780e3ed8..cc5f6fbaf08 100644 --- a/srcpkgs/ocamlbuild/template +++ b/srcpkgs/ocamlbuild/template @@ -1,19 +1,14 @@ # Template file for 'ocamlbuild' pkgname=ocamlbuild -version=0.10.0 +version=0.10.1 revision=1 build_style=gnu-makefile -make_install_args="MANDIR=/usr/share/man" hostmakedepends="ocaml" short_desc="OCaml build tool" maintainer="Christian Neukirchen " license="LGPL-2" homepage="https://github.com/ocaml/ocamlbuild" distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz" -checksum=d2a353119aa7d91a64dedb6f5697a7a26ce2507e5a4d40055d77d93a588abb0b +checksum=2603be3709634b6191dd00627213cff56f15200f2d0a24e0af58a18a0580b71e nocross=yes nopie=yes - -pre_install() { - vmkdir usr/share/man/man1 -}