summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2f7325c36fa..8210fe942c57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = r-rprojroot
pkgdesc = Finding Files in Project Subdirectories
pkgver = 1.3.2
pkgrel = 1
- url = https://cran.r-project.org/web/packages/rprojroot/index.html
+ url = https://cran.r-project.org/package=rprojroot
arch = any
license = GPL3
depends = r
diff --git a/PKGBUILD b/PKGBUILD
index e778cdd00410..0cd68504c2fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="Finding Files in Project Subdirectories"
arch=('any')
-url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
+url="https://cran.r-project.org/package=${_cranname}"
license=('GPL3')
depends=('r' 'r-backports')