summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-13 02:21:19 +0000
committerBioArchLinuxBot2022-11-13 02:21:19 +0000
commitbd7189f0fe2703d7c0e7aaa5cdfbff0ff0e9050a (patch)
treeb4872f9d390ef7c47c702dadffdc8327dfa9c643 /PKGBUILD
parentdda2b82bd2b395b7654abd986bf9375984f8eed0 (diff)
downloadaur-bd7189f0fe2703d7c0e7aaa5cdfbff0ff0e9050a.tar.gz
[lilac] updated to 1.16.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cde0d0a8c25a..ed924905cecd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BiocPkgTools
-_pkgver=1.14.1
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.1
+pkgver=1.16.0
pkgrel=1
pkgdesc='Collection of simple tools for learning about Bioc Packages'
arch=('any')
@@ -28,11 +28,10 @@ depends=(
r-rbgl
r-readr
r-rlang
+ r-rorcid
r-rvest
r-stringr
r-tibble
- r-tidyr
- r-tidyselect
r-xml2
)
optdepends=(
@@ -42,15 +41,15 @@ optdepends=(
r-diagrammer
r-kableextra
r-knitr
+ r-lubridate
r-rmarkdown
- r-snowballc
r-summarizedexperiment
r-testthat
r-tm
r-visnetwork
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6df62f55401775d55b95bb78985181c0809dcaa220a31c913a42d826a1f6792a')
+sha256sums=('8520a80c322d3475def28871913db197c0a25d45f1eed1883c9ca56fb8dd67ab')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"