r-densestbayes: auto updated to 1.0.2.1-1

This commit is contained in:
BioArchLinuxBot 2022-04-05 12:11:01 +00:00
parent 65f8c6d450
commit 38004e68f8

View file

@ -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}"