summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Fink2021-10-22 12:56:47 +0300
committerChristoph Fink2021-10-22 12:56:47 +0300
commit2028cc7e2f74afd85aa31eb8f8bbee9636760cf1 (patch)
treed4c4c0c04e132ff89a3195d4a83d0aca1cf9016d /PKGBUILD
parent55d1f098580b18b5935c4b3e06d0fc7bee9f0ff5 (diff)
downloadaur-2028cc7e2f74afd85aa31eb8f8bbee9636760cf1.tar.gz
added r-cpp11 as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf32e42a0ee5..b81973175327 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgdesc="Lightweight Well-Known Geometry Parsing"
url="https://cran.r-project.org/package=wk"
license=("MIT")
pkgver=${_cranver//[:-]/.}
-pkgrel=2
+pkgrel=3
arch=("i686" "x86_64")
-depends=("r" "r-rcpp")
+depends=("r" "r-cpp11")
optdepends=("r-testthat" "r-vctrs" "r-sf" "r-tibble")
makedepends=()