summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad30b03d6c19..9d2741c8d206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="Translate CSS Selectors to XPath Expressions"
arch=('any')
-url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
+url="https://cran.r-project.org/package=${_cranname}"
license=('BSD_3_clause + file LICENCE')
depends=('r' 'r-stringr')
-optdepends=('r-testthat' 'r-cran-xml' 'r-xml2')
+optdepends=('r-testthat' 'r-xml' 'r-xml2')
source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
md5sums=('eb6eddd591db658b05a7e1ea40aeaf4c')