summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-31 12:56:53 -0500
committerAlex Branham2018-05-31 12:56:53 -0500
commit726c0e70f1e442439525b2ea8839c1b14b8d2d05 (patch)
tree82f3a0eeb6f0f4a5064c67ceaa0c6e49604c3303
parent9936906ddbad487b4b13f8a7a55f92a8b174a239 (diff)
downloadaur-726c0e70f1e442439525b2ea8839c1b14b8d2d05.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 5b1206c341c8..c110784c6e32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = r-munsell
pkgdesc = Utilities for Using Munsell Colours
pkgver = 0.4.3
pkgrel = 1
- url = https://cran.r-project.org/web/packages/munsell/index.html
+ url = https://cran.r-project.org/package=munsell
arch = any
license = MIT
depends = r
diff --git a/PKGBUILD b/PKGBUILD
index d70391673ba3..4d40731180e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="Utilities for Using Munsell Colours"
arch=('any')
-url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
+url="https://cran.r-project.org/package=${_cranname}"
license=('MIT')
depends=('r' 'r-colorspace')