summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-13 12:29:58 +0000
committerBioArchLinuxBot2022-11-13 12:29:58 +0000
commit15737f4d55a54a7746b36e348db1eeb8e9551193 (patch)
tree38a591b95cdc0531b9c88c6c1f7fddfceb9a0e7c /PKGBUILD
parentaa5b6097c892b95df856fae72731702dfe8dbbb7 (diff)
downloadaur-15737f4d55a54a7746b36e348db1eeb8e9551193.tar.gz
[lilac] updated to 2.8.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5babe190c8ea..322c8457f5d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RnaSeqSampleSize
-_pkgver=2.6.0
+_pkgver=2.8.0
pkgname=r-${_pkgname,,}
-pkgver=2.6.0
+pkgver=2.8.0
pkgrel=1
pkgdesc='RnaSeqSampleSize'
arch=('x86_64')
@@ -12,17 +12,19 @@ license=('GPL')
depends=(
r
r-biomart
+ r-dplyr
r-edger
+ r-ggplot2
+ r-ggpubr
r-heatmap3
r-keggrest
r-matlab
r-rcpp
- r-rnaseqsamplesizedata
- r-ggplot2
r-recount
- r-ggpubr
+ r-rnaseqsamplesizedata
r-summarizedexperiment
r-tidyr
+ r-tidyselect
)
optdepends=(
r-biocstyle
@@ -30,7 +32,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1676bb18a05b89a03ad2e6af8551695f3086ac84cf338041557982fd7993abec')
+sha256sums=('6ae7e52eec644475b3d5c28624f4809fe50c233eb52a80aa1b92acc02703226c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"