summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-31 12:56:51 -0500
committerAlex Branham2018-05-31 12:56:51 -0500
commit5c2bd8ee6d8dda53bb3e9101f419d1d777adbe60 (patch)
tree579bcf2709616c377911ae82c09bf651430403dd
parent5efa04173ec9d053f800afc335d4eae40cc4dfba (diff)
downloadaur-5c2bd8ee6d8dda53bb3e9101f419d1d777adbe60.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 c726db57490a..682b60ebb692 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = r-cellranger
pkgdesc = Translate Spreadsheet Cell Ranges to Rows and Columns
pkgver = 1.1.0
pkgrel = 1
- url = https://cran.r-project.org/web/packages/cellranger/index.html
+ url = https://cran.r-project.org/package=cellranger
arch = any
license = MIT
depends = r
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')