summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-29 13:34:40 -0500
committerAlex Branham2018-05-29 13:34:40 -0500
commitadbaf804834fd13c907f17a53a7248b148222e2c (patch)
treea31c2678e0eca960da2214a4bdc4b475ca55a4fb
parent1b76047438b52b3fd4a071853bdcd9658862ef07 (diff)
downloadaur-adbaf804834fd13c907f17a53a7248b148222e2c.tar.gz
Use Title instead of Description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a3a44f9f269..e2879847357a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = r-rcppeigen
- pkgdesc = R and Eigen integration using Rcpp
+ pkgdesc = Rcpp Integration for the Eigen Templated Linear Algebra Library
pkgver = 0.3.3.4.0
pkgrel = 1
url = https://cran.r-project.org/web/packages/RcppEigen/index.html
diff --git a/PKGBUILD b/PKGBUILD
index 0be49e113bb0..7edfe8b1e35b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,8 @@ _pkgtar=${_cranname}_${_cranver}.tar.gz
pkgname=r-rcppeigen
pkgver=${_cranver//[:-]/.}
pkgrel=1
-pkgdesc="R and Eigen integration using Rcpp"
+pkgdesc="Rcpp Integration for the Eigen Templated Linear Algebra
+Library"
arch=('any')
url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
license=('GPL (>= 2) | file LICENSE')