summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-29 13:34:39 -0500
committerAlex Branham2018-05-29 13:34:39 -0500
commitbab084c7e65833486d481717f27f22c8103e8c86 (patch)
tree8b95a50fea53bc24bcb0879b99437ce5d93148a5
parent0c63ebe79b2acde7e5c265de2b72a2d824e4c074 (diff)
downloadaur-bab084c7e65833486d481717f27f22c8103e8c86.tar.gz
Use Title instead of Description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 600642a72cc8..b5cf2563a4fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = r-inline
- pkgdesc = Dynamically define R functions & S4 methods with inlined C, C++ or Fortran code
+ pkgdesc = Functions to Inline C, C++, Fortran Function Calls from R
pkgver = 0.3.15
pkgrel = 1
url = https://cran.r-project.org/web/packages/inline/index.html
diff --git a/PKGBUILD b/PKGBUILD
index 2a70811d760c..f3b1581148ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgtar=${_cranname}_${_cranver}.tar.gz
pkgname=r-inline
pkgver=${_cranver//[:-]/.}
pkgrel=1
-pkgdesc="Dynamically define R functions & S4 methods with inlined C, C++ or Fortran code"
+pkgdesc="Functions to Inline C, C++, Fortran Function Calls from R"
arch=('any')
url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
license=('LGPL')