From c068c533c6cc69b020daabf9bcb133d7c4eb6438 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Tue, 17 Nov 2020 00:40:28 +0900 Subject: [PATCH 1/3] coq: update to 8.12.1 Signed-off-by: Sora Morimoto --- srcpkgs/coq/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/coq/template b/srcpkgs/coq/template index d700c176c63..469975f5119 100644 --- a/srcpkgs/coq/template +++ b/srcpkgs/coq/template @@ -1,6 +1,6 @@ # Template file for 'coq' pkgname=coq -version=8.12.0 +version=8.12.1 revision=1 hostmakedepends="ocaml ocaml-findlib ocaml-num camlp5" short_desc="Proof assistant written in OCaml" @@ -8,7 +8,7 @@ maintainer="Leah Neukirchen " license="LGPL-2.1-only" homepage="https://coq.inria.fr" distfiles="https://github.com/coq/coq/archive/V${version}.tar.gz" -checksum=ecde14c6132f5abb459e7f4724788788928174ad4484fff88e86b0086779bcee +checksum=dabad911239c69ecf79931b513cb427101c2f15f0451af056fbf181df526f8a5 nopie=yes nocross=yes @@ -22,7 +22,7 @@ do_configure() { } do_build() { - make PR_O= + make } do_install() { From 1ec67c47d31fc6214f30ddb28e757356aff4124d Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Tue, 17 Nov 2020 00:40:38 +0900 Subject: [PATCH 2/3] ocaml-num: update to 1.4 Signed-off-by: Sora Morimoto --- srcpkgs/ocaml-num/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/ocaml-num/template b/srcpkgs/ocaml-num/template index ac4bf0f7666..736c1361b3d 100644 --- a/srcpkgs/ocaml-num/template +++ b/srcpkgs/ocaml-num/template @@ -1,23 +1,24 @@ # Template file for 'ocaml-num' pkgname=ocaml-num -version=1.3 -revision=3 +version=1.4 +revision=1 +wrksrc="num-${version}" build_style=gnu-makefile -makedepends="ocaml ocaml-findlib" make_install_target="findlib-install" +makedepends="ocaml ocaml-findlib" short_desc="OCaml legacy Num library for arbitrary-precision integers" maintainer="Leah Neukirchen " -license="LGPL-2.1" +license="custom: LGPL-2.1-only with OCaml-LGPL-linking-exception" homepage="https://github.com/ocaml/num" distfiles="https://github.com/ocaml/num/archive/v${version}.tar.gz" -checksum=4f79c30e81ea9553c5b2c5b5b57bb19968ccad1e85256b3c446b5df58f33e94d -wrksrc="num-${version}" +checksum=015088b68e717b04c07997920e33c53219711dfaf36d1196d02313f48ea00f24 nocross=yes pre_install() { export OCAMLFIND_DESTDIR=${DESTDIR}/usr/lib/ocaml vmkdir /usr/lib/ocaml/stublibs } + post_install() { vlicense LICENSE } From 98793661a7cfcfedcd2f27017ac513a98817e169 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Tue, 17 Nov 2020 01:03:34 +0900 Subject: [PATCH 3/3] coccinelle: revbump for ocaml-num Signed-off-by: Sora Morimoto --- srcpkgs/coccinelle/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/coccinelle/template b/srcpkgs/coccinelle/template index 85939a89d5c..beaabe9acc9 100644 --- a/srcpkgs/coccinelle/template +++ b/srcpkgs/coccinelle/template @@ -1,7 +1,7 @@ # Template file for 'coccinelle' pkgname=coccinelle version=1.0.8 -revision=4 +revision=5 build_style=gnu-configure configure_args="--without-pdflatex --enable-release --with-python=/usr/bin/python3"