r-rcppeigen: auto updated to 0.3.4.0.0-1

This commit is contained in:
BioArchLinuxBot 2024-02-29 00:04:39 +00:00
parent 8de4d5818b
commit 4afb6a5211

View file

@ -5,9 +5,9 @@
# Contributor: Alex Branham <branham@utexas.edu> # Contributor: Alex Branham <branham@utexas.edu>
_pkgname=RcppEigen _pkgname=RcppEigen
_pkgver=0.3.3.9.4 _pkgver=0.3.4.0.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=0.3.3.9.4 pkgver=0.3.4.0.0
pkgrel=1 pkgrel=1
pkgdesc="'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library" pkgdesc="'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library"
arch=('x86_64') arch=('x86_64')
@ -24,7 +24,7 @@ optdepends=(
r-tinytest r-tinytest
) )
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('41eabb8d034ffae0fcfcf23ca92b8f0fba5aec8f1ba108d922e19db7e10d5fb9') sha256sums=('28d4a02011129f9b7a2a2bbe69ec4cca7676b072d5aca9dc1cefa8f96af45136')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"