summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-31 12:56:52 -0500
committerAlex Branham2018-05-31 12:56:52 -0500
commitd54daeb2cb35bade3a119e40a8d29556807eb63b (patch)
tree3f2970cbf557a52d4b0cd5369cac47b33b383ead
parent911dcff9cb190121af427e962947659705b81052 (diff)
downloadaur-d54daeb2cb35bade3a119e40a8d29556807eb63b.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 1459c58474a6..d9fa0ea9f443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = r-gtable
pkgdesc = Arrange Grobs in Tables
pkgver = 0.2.0
pkgrel = 1
- url = https://cran.r-project.org/web/packages/gtable/index.html
+ url = https://cran.r-project.org/package=gtable
arch = any
license = GPL2
depends = r
diff --git a/PKGBUILD b/PKGBUILD
index 70beca61b5d3..bcaf4f70707a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="Arrange Grobs in Tables"
arch=('any')
-url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
+url="https://cran.r-project.org/package=${_cranname}"
license=('GPL2')
depends=('r' )