mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-gmodels: auto updated to 2.19.1-1
This commit is contained in:
parent
a9e5552697
commit
2609ea3aa3
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=gmodels
|
||||
_pkgver=2.18.1.1
|
||||
_pkgver=2.19.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.18.1.1
|
||||
pkgrel=5
|
||||
pkgver=2.19.1
|
||||
pkgrel=1
|
||||
pkgdesc='Various R Programming Tools for Model Fitting'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -21,7 +21,7 @@ optdepends=(
|
|||
r-nlme
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('da7d48021b7cd2fd8a7cd8d0bb9658b12342a32698a13877b25ca94aa03f1e95')
|
||||
sha256sums=('bb57b83274dcc6c62eeb0d0b041d81ed19daca927bcd3872c4667ccfe3e9888d')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue