From e2408f29c3a04bec869700904ebe08af05a9d193 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Fri, 5 Mar 2021 10:33:44 -0800 Subject: [PATCH] R-cran-lifecycle: update to 1.0.0 Adopt. Change license to MIT, was relicensed: https://github.com/r-lib/lifecycle/issues/57 --- srcpkgs/R-cran-lifecycle/template | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/srcpkgs/R-cran-lifecycle/template b/srcpkgs/R-cran-lifecycle/template index d9c68d9803..e3a2af69c4 100644 --- a/srcpkgs/R-cran-lifecycle/template +++ b/srcpkgs/R-cran-lifecycle/template @@ -1,12 +1,16 @@ # Template file for 'R-cran-lifecycle' pkgname=R-cran-lifecycle -version=0.2.0 -revision=2 +version=1.0.0 +revision=1 build_style=R-cran makedepends="R-cran-glue R-cran-rlang" depends="R-cran-glue R-cran-rlang" short_desc="Manage the Life Cycle of your Package Functions" -maintainer="Orphaned " -license="GPL-3.0-only" +maintainer="Cameron Nemo " +license="MIT" homepage="https://github.com/r-lib/lifecycle" -checksum=29746e8dee05d4e36f9c612e8c7a903a4f648a36b3b94c9776e518c38a412224 +checksum=03334ab213f2ad49a49e184e73f2051e04d35d43f562db903e68243cd2ec0f8e + +post_install() { + vlicense LICENSE +}