mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-lifecycle: fix depends
This commit is contained in:
parent
c2dc122a9b
commit
6c3879c65c
2 changed files with 6 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=lifecycle
|
||||
_pkgver=1.0.2
|
||||
_pkgver=1.0.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.2
|
||||
pkgrel=1
|
||||
pkgver=1.0.3
|
||||
pkgrel=0
|
||||
pkgdesc='Manage the Life Cycle of your Package Functions'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
license=('MIT')
|
||||
depends=(
|
||||
r
|
||||
r-cli
|
||||
r-glue
|
||||
r-rlang
|
||||
)
|
||||
|
@ -27,7 +28,7 @@ optdepends=(
|
|||
r-vctrs
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('7b3f3c8ef9c068c5db396b353d62185d9ed02a69b787c7769d24595769a25a63')
|
||||
sha256sums=('6459fdc3211585c0cdf120427579c12149b02161efe273a64b825c05e9aa69c2')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
|
@ -3,6 +3,7 @@ maintainers:
|
|||
- github: starsareintherose
|
||||
email: kuoi@bioarchlinux.org
|
||||
repo_depends:
|
||||
- r-cli
|
||||
- r-glue
|
||||
- r-rlang
|
||||
update_on:
|
||||
|
|
Loading…
Add table
Reference in a new issue