mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-bayesplot: auto updated to 1.11.1-1
This commit is contained in:
parent
32fca0f4d3
commit
a5b27b2c64
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=bayesplot
|
||||
_pkgver=1.11.0
|
||||
_pkgver=1.11.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.11.0
|
||||
pkgver=1.11.1
|
||||
pkgrel=1
|
||||
pkgdesc='Plotting for Bayesian Models'
|
||||
arch=('any')
|
||||
|
@ -41,7 +41,7 @@ optdepends=(
|
|||
r-vdiffr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('d660b3aa4c1f489374f9c033ffe59eed7850bbee153b21981da1e0f9ac0afe72')
|
||||
sha256sums=('4f71e67391e0135acd3e890989b87025f3f8160242f532a8e1a0ed74ed0f3830')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue