summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-29 13:34:40 -0500
committerAlex Branham2018-05-29 13:34:40 -0500
commitf3b19d77337f1dff38235d78fcdab9be72437514 (patch)
tree86f5f5b643c53be896ca9ba5b9bc1c424001970a
parentee8a88238bfa359c25066adf53f566b0d3874ede (diff)
downloadaur-f3b19d77337f1dff38235d78fcdab9be72437514.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 9cba5eed8efe..20d901866019 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = r-rstan
- pkgdesc = User-facing R functions for Stan models
+ pkgdesc = R Interface to Stan
pkgver = 2.17.3
pkgrel = 1
url = https://cran.r-project.org/web/packages/rstan/index.html
diff --git a/PKGBUILD b/PKGBUILD
index dbcc15fabc15..7d7f7d6f944a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgtar=${_cranname}_${_cranver}.tar.gz
pkgname=r-rstan
pkgver=${_cranver//[:-]/.}
pkgrel=1
-pkgdesc="User-facing R functions for Stan models"
+pkgdesc="R Interface to Stan"
arch=('any')
url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
license=('GPL3')