summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-31 12:56:53 -0500
committerAlex Branham2018-05-31 12:56:53 -0500
commit10d3383666b669531ca7a18b9a8f327c98e071d4 (patch)
treea21e4684bcd0c29a8aca3f9c2ca51b187c4e1b95
parent437d13148c29e642a26c8fb6670867af6239d787 (diff)
downloadaur-10d3383666b669531ca7a18b9a8f327c98e071d4.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 7ca132d875bb..641837212e89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = r-processx
pkgdesc = Execute and Control System Processes
pkgver = 3.1.0
pkgrel = 1
- url = https://cran.r-project.org/web/packages/processx/index.html
+ url = https://cran.r-project.org/package=processx
arch = x86_64
license = MIT
depends = r
diff --git a/PKGBUILD b/PKGBUILD
index 47eb8e42695b..9b3d65078545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="Execute and Control System Processes"
arch=('x86_64')
-url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
+url="https://cran.r-project.org/package=${_cranname}"
license=('MIT')
depends=('r' 'r-assertthat' 'r-crayon' 'r-testthat')