R-cran-lifecycle: update to 1.0.0

Adopt.

Change license to MIT, was relicensed:
https://github.com/r-lib/lifecycle/issues/57
This commit is contained in:
Cameron Nemo 2021-03-05 10:33:44 -08:00 committed by Érico Nogueira Rolim
parent a5f7d10db5
commit e2408f29c3

View file

@ -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 <orphan@voidlinux.org>"
license="GPL-3.0-only"
maintainer="Cameron Nemo <cnemo@tutanota.com>"
license="MIT"
homepage="https://github.com/r-lib/lifecycle"
checksum=29746e8dee05d4e36f9c612e8c7a903a4f648a36b3b94c9776e518c38a412224
checksum=03334ab213f2ad49a49e184e73f2051e04d35d43f562db903e68243cd2ec0f8e
post_install() {
vlicense LICENSE
}