mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-bayestools: auto updated to 0.2.18-1
This commit is contained in:
parent
5049e79d2b
commit
a43e17b517
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=BayesTools
|
||||
_pkgver=0.2.17
|
||||
_pkgver=0.2.18
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.2.17
|
||||
pkgrel=2
|
||||
pkgver=0.2.18
|
||||
pkgrel=1
|
||||
pkgdesc='Tools for Bayesian Analyses'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -34,7 +34,7 @@ optdepends=(
|
|||
r-vdiffr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('f6d2bfb6fae46677e5af444f757c58eb46084d4225aec315140d041534318cef')
|
||||
sha256sums=('ef736596369ff19c68ba749d3735d8519b1289809ad285ae5a47eb8b4cd1e37a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue