mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-renv: auto updated to 0.17.2-1
This commit is contained in:
parent
a1d6e758da
commit
171ad7acf7
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.1
|
||||
_pkgver=0.17.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.17.1
|
||||
pkgver=0.17.2
|
||||
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=('94f8b62846ce44e9c90884ce64a8faa0ff76b009c7a23ed0fb4343cd11836af4')
|
||||
sha256sums=('c203f6e2a7ea814f9f1997e58ac7d9fc3e3f1e47c599aa4cd418daf6873e59e1')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue