mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rcpparmadillo: auto updated to 0.11.1.1.0-1
This commit is contained in:
parent
2ee9be2d32
commit
b2e508a933
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=RcppArmadillo
|
||||
_pkgver=0.11.0.0.0
|
||||
_pkgver=0.11.1.1.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.11.0.0.0
|
||||
pkgrel=5
|
||||
pkgver=0.11.1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -21,7 +21,7 @@ optdepends=(
|
|||
r-tinytest
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('367606b31c51f7c1fdb40dd4d40b6fd06f6e29b5108d6d92222920be68de748d')
|
||||
sha256sums=('eb0bfc484c41543e766441b4c8c4a3061d8633540914ed2bbf363da047a74897')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue