mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-blme: auto updated to 1.0.6-1
This commit is contained in:
parent
eb075987cf
commit
cb538b9fbf
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=blme
|
||||
_pkgver=1.0-5
|
||||
_pkgver=1.0-6
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.5
|
||||
pkgrel=7
|
||||
pkgver=1.0.6
|
||||
pkgrel=1
|
||||
pkgdesc='Bayesian Linear Mixed-Effects Models'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -18,7 +18,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('679a4f19d34a584c2390ffab37810a31f6834b913fceaa2409d297ccdf912310')
|
||||
sha256sums=('0608978044a00d0baaf09a694dc6edeac59dbfa373c4548e4ebbe335345c173e')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue