mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-nloptr: auto updated to 2.0.3-1
This commit is contained in:
parent
25ad40c808
commit
3dc55542e7
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=nloptr
|
||||
_pkgver=2.0.2
|
||||
_pkgver=2.0.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.0.2
|
||||
pkgver=2.0.3
|
||||
pkgrel=1
|
||||
pkgdesc='R Interface to NLopt'
|
||||
arch=('x86_64')
|
||||
|
@ -25,7 +25,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('a82a80c639927e9bde5574014d48ddd362a8a60c7b6a1021ea990f6b09394211')
|
||||
sha256sums=('7b26ac1246fd1bd890817b0c3a145456c11aec98458b8518de863650b99616d7')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue