mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-renv: auto updated to 0.17.1-1
This commit is contained in:
parent
0045009ca6
commit
b754aca576
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.17.0
|
||||
_pkgver=0.17.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.17.0
|
||||
pkgver=0.17.1
|
||||
pkgrel=1
|
||||
pkgdesc='Project Environments'
|
||||
arch=('any')
|
||||
|
@ -33,7 +33,7 @@ optdepends=(
|
|||
r-yaml
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('8d0a0944b04d556cbb56bc27beb97c6cf40a2c0225d607751e3504fca4cd93ab')
|
||||
sha256sums=('94f8b62846ce44e9c90884ce64a8faa0ff76b009c7a23ed0fb4343cd11836af4')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue