summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-31 12:56:54 -0500
committerAlex Branham2018-05-31 12:56:54 -0500
commit13ec6d06a750b0b3de887f50ec25cc5cd1a13d17 (patch)
treecfaabe9b8d8b61b00a1a227b2793d7a2d186d388
parentd51e782e9cc6a7ee00c03936e041de6f79c2f2f1 (diff)
downloadaur-13ec6d06a750b0b3de887f50ec25cc5cd1a13d17.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 e5256b253e66..df7ecdbfcec7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = r-rcolorbrewer
pkgdesc = ColorBrewer Palettes
pkgver = 1.1.2
pkgrel = 1
- url = https://cran.r-project.org/web/packages/RColorBrewer/index.html
+ url = https://cran.r-project.org/package=RColorBrewer
arch = any
license = Apache
depends = r
diff --git a/PKGBUILD b/PKGBUILD
index 2f530ae5ce3d..92653b088fb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="ColorBrewer Palettes"
arch=('any')
-url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
+url="https://cran.r-project.org/package=${_cranname}"
license=('Apache')
depends=('r' )