r-bayestestr: auto updated to 0.15.1-1

This commit is contained in:
BioArchLinuxBot 2025-01-17 18:08:40 +00:00
parent de09c6a59d
commit 6d775c43bd

View file

@ -1,9 +1,9 @@
# Maintainer: Hu Butui <hot123tea123@gmail.com> # Maintainer: Hu Butui <hot123tea123@gmail.com>
_pkgname=bayestestR _pkgname=bayestestR
_pkgver=0.15.0 _pkgver=0.15.1
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=0.15.0 pkgver=0.15.1
pkgrel=1 pkgrel=1
pkgdesc='Understand and Describe Bayesian Models and Posterior Distributions' pkgdesc='Understand and Describe Bayesian Models and Posterior Distributions'
arch=('any') arch=('any')
@ -53,7 +53,7 @@ optdepends=(
r-tweedie r-tweedie
) )
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('839ed3c76ae5c31b325f604dd2c4b73e361b2f4d0e6a48bec98a9240dc3679f4') sha256sums=('63c10cd2d27c73b2e6e92aa90417c2f8b6469fde2e8b82a2000aca8a5f873ec2')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"