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//./}"