mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rcgmin: auto updated to 2022.4.30-1
This commit is contained in:
parent
1d6626aae2
commit
ac324197af
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=Rcgmin
|
_pkgname=Rcgmin
|
||||||
_pkgver=2013-2.21
|
_pkgver=2022-4.30
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=2013.2.21
|
pkgver=2022.4.30
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Conjugate Gradient Minimization of Nonlinear Functions'
|
pkgdesc='Conjugate Gradient Minimization of Nonlinear Functions'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -15,7 +15,7 @@ depends=(
|
||||||
r-optextras
|
r-optextras
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('a824a09c32d7565a3e30607c71333506d5b7197478fbe8b43f8a77dad6c12f0a')
|
sha256sums=('2684b8e7fb970da2afbc00e482031cf4447416249d04c4c1740400ad112fb911')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue