summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlja Kocken2018-08-17 09:48:44 +0200
committerIlja Kocken2018-08-17 09:49:48 +0200
commit9b2816d9531119fbe942bfca9421e78c5d63e244 (patch)
treedb33426b126237aea1f7f413640e5110e62bc3b3
parentbbae7102c711daedc68c66cbcede3eee2f49c07f (diff)
downloadaur-9b2816d9531119fbe942bfca9421e78c5d63e244.tar.gz
make url canonical form and fix dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8404166517f2..f20e069b9dec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgname="r-${_cranname}"
pkgver="${_cranver}"
pkgrel=1
pkgdesc="Counterparts to R string manipulation functions that account for the effects of ANSI text formatting control sequences."
-url="http://cran.r-project.org/web/packages/${_cranname}/index.html"
+url="https://cran.r-project.org/package=fansi"
arch=('i686' 'x86_64')
license=('GPL3')
conflicts=('r-fansi')
provides=('r-fansi')
depends=('r')
-optdepends=('unitizer')
+optdepends=('r-unitizer' 'r-knitr' 'r-rmarkdown')
source=("http://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
sha256sums=('dd6401d5c91ff4c45d752cceddd5379d1ae39a8a1196f236b0bc0ec6d691b88c')