summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2021-01-13 12:52:43 +0300
committerViktor Drobot2021-01-13 12:52:43 +0300
commit6e5462cc27c8f8157dbf967ee01ebc33d923a16f (patch)
treebd6916cc5219c85e4ce3cc8f9287e7d8257b4c58
parente9cccd00adf8d94eff6427e0c2bbbff75517f6b8 (diff)
downloadaur-6e5462cc27c8f8157dbf967ee01ebc33d923a16f.tar.gz
Update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24efb67ff663..78660e704178 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = r-gdtools
depends = r-systemfonts>=0.1.1
depends = cairo
depends = freetype2
+ depends = fontconfig
optdepends = r-htmltools
optdepends = r-testthat
optdepends = r-fontquiver
diff --git a/PKGBUILD b/PKGBUILD
index 78aa4871375f..048529d7de6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Utilities for Graphical Rendering"
arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL3)
-depends=(r 'r-rcpp>=0.12.12' 'r-systemfonts>=0.1.1' cairo freetype2)
+depends=(r 'r-rcpp>=0.12.12' 'r-systemfonts>=0.1.1' cairo freetype2 fontconfig)
optdepends=(r-htmltools r-testthat r-fontquiver r-curl)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
sha256sums=('972bbbfc45054513ddfc7d77d4626b4050c3d4da6881eee4300ebdcb31b871dc')