mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-renv: auto updated to 0.15.5-1
This commit is contained in:
parent
a8fcae88ae
commit
3634673d05
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=renv
|
||||
_pkgver=0.15.4
|
||||
_pkgver=0.15.5
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.15.4
|
||||
pkgver=0.15.5
|
||||
pkgrel=1
|
||||
pkgdesc='Project Environments'
|
||||
arch=('any')
|
||||
|
@ -32,7 +32,7 @@ optdepends=(
|
|||
r-yaml
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('8eba32c49eed53ce396a8963d02dc4877530a251fa6cd973fbd8c3e619d1ce2f')
|
||||
sha256sums=('b4f1a9a7daa82f0c3123ebd4eeba06e98d5485215518e5292b25bc56741d582e')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue