mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-minqa: auto updated to 1.2.5-1
This commit is contained in:
parent
2651a2a134
commit
ec572266c7
1 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@
|
|||
# Contributor: Taekyung Kim <Taekyung.Kim.Maths@gmail.com>
|
||||
|
||||
_pkgname=minqa
|
||||
_pkgver=1.2.4
|
||||
_pkgver=1.2.5
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.2.4
|
||||
pkgrel=7
|
||||
pkgver=1.2.5
|
||||
pkgrel=1
|
||||
pkgdesc='Derivative-free optimization algorithms by quadratic approximation'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -21,7 +21,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('cfa193a4a9c55cb08f3faf4ab09c11b70412523767f19894e4eafc6e94cccd0c')
|
||||
sha256sums=('9b83562390990d04b2c61b63ac9a7c9ecab0d35c460d232596e3c73bdc89f4be')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue