summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Branham2018-05-31 12:56:51 -0500
committerAlex Branham2018-05-31 12:56:51 -0500
commitec519a9b586f5bbb218ea67584009bd708b87eb3 (patch)
treef1ed3f545c3c68b5c15afaa391ded0bcf0477c9d /PKGBUILD
parentad404b4a4dd46e1c61ea0d8710f49217b73c18e8 (diff)
downloadaur-ec519a9b586f5bbb218ea67584009bd708b87eb3.tar.gz
Use correct URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e807ad7599f6..261daff2768e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="Call R from R"
arch=('any')
-url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
+url="https://cran.r-project.org/package=${_cranname}"
license=('MIT')
depends=('r' 'r-processx')