mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mcmcpack: auto updated to 1.7.0-1
This commit is contained in:
parent
0fea1ee493
commit
04d8ec214b
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=MCMCpack
|
||||
_pkgver=1.6-3
|
||||
_pkgver=1.7-0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.6.3
|
||||
pkgrel=7
|
||||
pkgver=1.7.0
|
||||
pkgrel=1
|
||||
pkgdesc='Markov Chain Monte Carlo (MCMC) Package'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -18,7 +18,7 @@ depends=(
|
|||
r-quantreg
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('cb14ba20690b31fd813b05565484c866425f072a5ad99a5cbf1da63588958db3')
|
||||
sha256sums=('846073d710017ec1dc9a2b4616cb6aeb60ce04e3500a37214522818d34045def')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue