mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rstudioapi: auto updated to 0.14-1
This commit is contained in:
parent
ff7248453d
commit
4d844bbf0a
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=rstudioapi
|
||||
_pkgver=0.13
|
||||
_pkgver=0.14
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.13
|
||||
pkgrel=8
|
||||
pkgver=0.14
|
||||
pkgrel=1
|
||||
pkgdesc='Safely Access the RStudio API'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -19,7 +19,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('aac35bbdcb4a8e8caba943bc8a2b98120e8940b80cd1020224bb1a26ff776d8b')
|
||||
sha256sums=('469d0987b1ad728a96c363a422fba712a5cebc8b11a5f7e953b4a671044dafc4')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue