r-minqa: auto updated to 1.2.6-1

This commit is contained in:
BioArchLinuxBot 2023-09-11 06:01:59 +00:00
parent 6fcadf4b9b
commit 8692959546

View file

@ -4,10 +4,10 @@
# Contributor: Taekyung Kim <Taekyung.Kim.Maths@gmail.com>
_pkgname=minqa
_pkgver=1.2.5
_pkgver=1.2.6
pkgname=r-${_pkgname,,}
pkgver=1.2.5
pkgrel=2
pkgver=1.2.6
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=('9b83562390990d04b2c61b63ac9a7c9ecab0d35c460d232596e3c73bdc89f4be')
sha256sums=('51a7b8850e5f2fee79e8f460b9d9eca4221d9702087cca5fab5851ad3d594110')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"