mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-densestbayes: auto updated to 1.0.2.1-1
This commit is contained in:
parent
65f8c6d450
commit
38004e68f8
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=densEstBayes
|
||||
_pkgver=1.0-2
|
||||
_pkgver=1.0-2.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.2
|
||||
pkgver=1.0.2.1
|
||||
pkgrel=1
|
||||
pkgdesc='Density Estimation via Bayesian Inference Engines'
|
||||
arch=('x86_64')
|
||||
|
@ -23,7 +23,7 @@ depends=(
|
|||
r-rstantools
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('c38997b5ca49f6de52dd22938c7f64ce8c557f09c2014734ba052716e73ecb99')
|
||||
sha256sums=('4b7066e18902ee2a0ea084513b237b5fb8e43fe3102354c2fb216d5a8c7df5df')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue