mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-gmodels: auto updated to 2.18.1.1-1
This commit is contained in:
parent
fa6af24955
commit
b259842d3f
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
|
||||
_pkgver=2.18.1.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.18.1
|
||||
pkgrel=2
|
||||
pkgver=2.18.1.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=('626140a34eb8c53dd0a06511a76c71bc61c48777fa76fcc5e6934c9c276a1369')
|
||||
sha256sums=('da7d48021b7cd2fd8a7cd8d0bb9658b12342a32698a13877b25ca94aa03f1e95')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue