mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rstudioapi: auto updated to 0.16.0-1
This commit is contained in:
parent
7c1f1c95c0
commit
f831da4f96
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=rstudioapi
|
_pkgname=rstudioapi
|
||||||
_pkgver=0.15.0
|
_pkgver=0.16.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Safely Access the RStudio API"
|
pkgdesc="Safely Access the RStudio API"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
|
@ -20,8 +20,8 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
md5sums=('25e0dafe967089165efab98158a0d6da')
|
md5sums=('7d15c1023d57d4922453880d0c1a13f5')
|
||||||
b2sums=('06f27d5fe31d24f964a61dc663805274f9d99be4d38c8265d66d3b9ea7e3be88cfe00ca1d478fb35b8bd118522364a075120897dbe7539f61c17ad328bc7b90e')
|
b2sums=('9d02c610880bf3a301a187853d97d33d5c5973d154e71f8668ac85a812a053a2076e99d6f06751b503de78e5f89ceea8de3a3be7ebb802526802ac0e6e7557bb')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
Loading…
Add table
Reference in a new issue