summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:24:42 +0000
committerBioArchLinuxBot2022-10-18 12:24:42 +0000
commit42c3f77734db86448266a7a3aac1d6652b0b6f9c (patch)
tree869fa092ef499ac4f1b5df3b7849440306b0dc16
parent044880344d1324ed0637f18c172b5e7aee03411a (diff)
downloadaur-42c3f77734db86448266a7a3aac1d6652b0b6f9c.tar.gz
[lilac] updated to 0.3.3.9.2-6
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcbb9b7f74bd..57a976fd6094 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-rcppeigen
pkgdesc = 'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library
pkgver = 0.3.3.9.2
- pkgrel = 3
+ pkgrel = 6
url = https://cran.r-project.org/package=RcppEigen
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 4a055fad2ab9..0ffdf04d5014 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,14 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Taekyung Kim <Taekyung.Kim.Maths@gmail.com>
+# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=RcppEigen
_pkgver=0.3.3.9.2
pkgname=r-${_pkgname,,}
pkgver=0.3.3.9.2
-pkgrel=3
+pkgrel=6
pkgdesc="'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library"
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"