mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rcppnumerical: auto updated to 0.6.0-1
This commit is contained in:
parent
bfa5a60a12
commit
56dab3c3c8
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=RcppNumerical
|
||||
_pkgver=0.5-0
|
||||
_pkgver=0.6-0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.5.0
|
||||
pkgrel=2
|
||||
pkgver=0.6.0
|
||||
pkgrel=1
|
||||
pkgdesc="'Rcpp' Integration for Numerical Computing Libraries"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -22,7 +22,7 @@ optdepends=(
|
|||
r-rmarkdown
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('596127b4d5b5b24f8ab1f61c0e26b5d290b4f1d854f91bf08759eec637020b96')
|
||||
sha256sums=('2f0715d68a975403e2aa3f087939542001921623bd1bb8d905ebaff05d82d786')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue