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:
parent
a5f7d10db5
commit
e2408f29c3
1 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue