summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Branham2018-05-31 12:56:55 -0500
committerAlex Branham2018-05-31 12:56:55 -0500
commitb7dddbfc43541336b225edf4834a2f7a08dd1f12 (patch)
tree5d519fa4f448e18b527923fa115db8b3cd9fe18c /PKGBUILD
parentf1ea9c4eb448b1777c8f2c6f7b242a9c95637d4d (diff)
downloadaur-b7dddbfc43541336b225edf4834a2f7a08dd1f12.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 c299de4a03fa..ce07404f15d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="Easily Install and Load the Tidyverse"
arch=('any')
-url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
+url="https://cran.r-project.org/package=${_cranname}"
license=('GPL3' 'custom')
depends=('r' 'r-broom' 'r-cran-cli' 'r-crayon' 'r-dplyr' 'r-dbplyr' 'r-forcats' 'r-ggplot2' 'r-haven' 'r-hms' 'r-httr' 'r-jsonlite' 'r-cran-lubridate' 'r-magrittr' 'r-modelr' 'r-purrr' 'r-readr' 'r-readxl' 'r-reprex' 'r-rlang' 'r-rstudioapi' 'r-rvest' 'r-stringr' 'r-tibble' 'r-tidyr' 'r-xml2')