summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-11-03 00:26:03 +0000
committerBioArchLinuxBot2023-11-03 00:26:03 +0000
commit49a133260dd5b772ac72344ae6e2d66628231b12 (patch)
tree2ed49a78558469a31de6cb5447e648e5b30c2865 /PKGBUILD
parent4d01d9ef90744e7e7bdacff4fdc025797bacf60b (diff)
downloadaur-49a133260dd5b772ac72344ae6e2d66628231b12.tar.gz
[lilac] updated to 0.3.3.9.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4193b4ad15b9..c248bc0e48a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=RcppEigen
-_pkgver=0.3.3.9.3
+_pkgver=0.3.3.9.4
pkgname=r-${_pkgname,,}
-pkgver=0.3.3.9.3
+pkgver=0.3.3.9.4
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=('5873a47fd6587d916f86119ab140c6736abf80ac45d06ff1c9d198708e7d1c76')
+sha256sums=('41eabb8d034ffae0fcfcf23ca92b8f0fba5aec8f1ba108d922e19db7e10d5fb9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"