From 76903536d42b8c3dbf2b8ccf76fe9a03bfa0ca06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 18 Apr 2018 19:41:22 +0200 Subject: [PATCH] camlp5: update to 7.05. Closes #13590. Signed-off-by: Enno Boland --- srcpkgs/camlp5/template | 6 +++--- srcpkgs/camlp5/update | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/camlp5/update diff --git a/srcpkgs/camlp5/template b/srcpkgs/camlp5/template index cab9ce9e197..9449705e913 100644 --- a/srcpkgs/camlp5/template +++ b/srcpkgs/camlp5/template @@ -1,19 +1,19 @@ # Template file for 'camlp5' pkgname=camlp5 -version=7.04 +version=7.05 revision=1 build_style=configure configure_args="-mandir /usr/share/man" hostmakedepends="ocaml" short_desc="OCaml preprocessor and pretty-printer" maintainer="Némo Fournier " -license="BSD" +license="BSD-3-Clause" homepage="https://camlp5.github.io/" distfiles="https://github.com/${pkgname}/${pkgname}/archive/rel${version//./}.tar.gz" wrksrc="camlp5-rel${version//./}" nocross=yes nopie=yes -checksum=4d28171121db1ea6f54d409cf959aa4d4359c13b957eb5a14e4fe37cc58243a8 +checksum=ccc7afd2936c75cbee4aad58cd2ef8e7bf0dded556b91d76e4e462a27550ff12 post_install() { vlicense LICENSE diff --git a/srcpkgs/camlp5/update b/srcpkgs/camlp5/update new file mode 100644 index 00000000000..052b24ccd15 --- /dev/null +++ b/srcpkgs/camlp5/update @@ -0,0 +1,2 @@ +pattern='/archive/(v?|\Q'"$pkgname"'\E-|rel)?\K[\d\.]+(?=\.tar\.gz")' +version="${version//./}"