mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rstantools: auto updated to 2.3.1.1-1
This commit is contained in:
parent
288a3c70f3
commit
fc9c0f561d
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=rstantools
|
||||
_pkgver=2.3.1
|
||||
_pkgver=2.3.1.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.3.1
|
||||
pkgrel=2
|
||||
pkgver=2.3.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Tools for Developing R Packages Interfacing with 'Stan'"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -28,7 +28,7 @@ optdepends=(
|
|||
r-usethis
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('82d4f2e884ffc894463bd37765606d5a9bef2ee631758840ec58636acdca6975')
|
||||
sha256sums=('f260ee54c11461d0f80f447e6fa6909337ede09806cd48f4a89ae9d59804e22e')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue