summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b798efdc96ae..5c0418f76229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=GOSemSim
_pkgver=2.28.0
pkgname=r-${_pkgname,,}
pkgver=2.28.0
-pkgrel=1
+pkgrel=3
pkgdesc='GO-terms Semantic Similarity Measures'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -14,6 +14,7 @@ depends=(
r-annotationdbi
r-go.db
r-rcpp
+ r-rlang
)
optdepends=(
r-annotationhub
@@ -26,6 +27,8 @@ optdepends=(
r-rmarkdown
r-rocr
r-testthat
+ r-tidyr
+ r-tidyselect
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('081dc5cdb6ea3cc8f19cff4c7c0f4cfdedb7711dece39372658983e0de975082')