summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-31 12:56:55 -0500
committerAlex Branham2018-05-31 12:56:55 -0500
commitd4690c29eb7ead60f14e733efb3a60babc18dfd5 (patch)
tree9a4036b839eace16392834d5e12e85fc86bfea42
parent0af42a3b9c694b7b6133fe9bfcf114f122f27cf0 (diff)
downloadaur-d4690c29eb7ead60f14e733efb3a60babc18dfd5.tar.gz
Use correct URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ff28cd611a6..fba8910c8747 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = r-rstan
pkgdesc = R Interface to Stan
pkgver = 2.17.3
pkgrel = 1
- url = https://cran.r-project.org/web/packages/rstan/index.html
+ url = https://cran.r-project.org/package=rstan
arch = x86_64
license = GPL3
depends = r
diff --git a/PKGBUILD b/PKGBUILD
index 997c4e5ec9dd..c2a1ceb6ed6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="R Interface to Stan"
arch=('x86_64')
-url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
+url="https://cran.r-project.org/package=${_cranname}"
license=('GPL3')
depends=('r' 'r-ggplot2' 'r-stanheaders' 'r-inline' 'r-cran-gridextra' 'r-bh' 'r-stanheaders')