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
commit5c2bd8ee6d8dda53bb3e9101f419d1d777adbe60 (patch)
tree579bcf2709616c377911ae82c09bf651430403dd /PKGBUILD
parent5efa04173ec9d053f800afc335d4eae40cc4dfba (diff)
downloadaur-5c2bd8ee6d8dda53bb3e9101f419d1d777adbe60.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 694336df1682..246564a30fad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="Translate Spreadsheet Cell Ranges to Rows and Columns"
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-rematch' 'r-tibble')