summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-02-29 00:04:42 +0000
committerBioArchLinuxBot2024-02-29 00:04:42 +0000
commit863b5a30f5ee52e906094f4d2fc1e2808c8b24c8 (patch)
treefbc35c5c50e3e4de09a3485a4ce1e1b97dcd9e8a /PKGBUILD
parent49a133260dd5b772ac72344ae6e2d66628231b12 (diff)
downloadaur-r-rcppeigen.tar.gz
[lilac] updated to 0.3.4.0.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c248bc0e48a1..c2a84de1e4c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=RcppEigen
-_pkgver=0.3.3.9.4
+_pkgver=0.3.4.0.0
pkgname=r-${_pkgname,,}
-pkgver=0.3.3.9.4
+pkgver=0.3.4.0.0
pkgrel=1
pkgdesc="'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library"
arch=('x86_64')
@@ -24,7 +24,7 @@ optdepends=(
r-tinytest
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('41eabb8d034ffae0fcfcf23ca92b8f0fba5aec8f1ba108d922e19db7e10d5fb9')
+sha256sums=('28d4a02011129f9b7a2a2bbe69ec4cca7676b072d5aca9dc1cefa8f96af45136')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"