mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-cvxr: auto updated to 1.0.11-1
This commit is contained in:
parent
fd835415bf
commit
48d0bcd906
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=CVXR
|
||||
_pkgver=1.0-10
|
||||
_pkgver=1.0-11
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.10
|
||||
pkgver=1.0.11
|
||||
pkgrel=1
|
||||
pkgdesc='Disciplined Convex Optimization'
|
||||
arch=('x86_64')
|
||||
|
@ -36,7 +36,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('04118018ae99ab3fcffe5b5ccf2fc028ea11491d7078630f279ddc9135777432')
|
||||
sha256sums=('e92a9638f35f4909e2a29c3b7106081e3dae7ff88b14bb6466b87fbdc80b972a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue