r-bsts: auto updated to 0.9.10-1

This commit is contained in:
BioArchLinuxBot 2024-01-17 18:02:33 +00:00
parent bb4536e37f
commit 14d4ac90d9

View file

@ -1,10 +1,10 @@
# Maintainer: sukanka <su975853527@gmail.com> # Maintainer: sukanka <su975853527@gmail.com>
_pkgname=bsts _pkgname=bsts
_pkgver=0.9.9 _pkgver=0.9.10
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=0.9.9 pkgver=0.9.10
pkgrel=2 pkgrel=1
pkgdesc='Bayesian Structural Time Series' pkgdesc='Bayesian Structural Time Series'
arch=('x86_64') arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}" url="https://cran.r-project.org/package=${_pkgname}"
@ -20,7 +20,7 @@ optdepends=(
r-testthat r-testthat
) )
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=('8f9053fc8398ee19eb7d50d1f4c3234e0688243f7c1624065e2408ee4362517d') sha256sums=('a302bc08d04ef8de83a7bf8dce03e949cadb423361bd85f9ad5dac77918271b1')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"