mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-minpack.lm: auto updated to 1.2.4-1
This commit is contained in:
parent
d8c8eb41b9
commit
6fcadf4b9b
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=minpack.lm
|
||||
_pkgver=1.2-3
|
||||
_pkgver=1.2-4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.2.3
|
||||
pkgrel=2
|
||||
pkgver=1.2.4
|
||||
pkgrel=1
|
||||
pkgdesc='R Interface to the Levenberg-Marquardt Nonlinear Least-Squares Algorithm Found in MINPACK, Plus Support for Bounds'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -19,7 +19,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('bfa702679f023b2c9a54b23172deb6e26cfa27addce4d2d6bd5e7d89e14feef0')
|
||||
sha256sums=('e30fa4fe353cf00d266839d3c5db83ec9548a660f31d447ad9a69f556d56e731')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue