summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 04:34:22 +0000
committerBioArchLinuxBot2023-04-29 04:34:22 +0000
commitd50c4ffa6ed508998ef626263fe32ff9b21a72df (patch)
tree37eb9a30ba5dd8c3ec12f6ae6c59756530f006ed /PKGBUILD
parent4c33f80db3a40b7ca0c6c7984458a6244aef5ecd (diff)
downloadaur-d50c4ffa6ed508998ef626263fe32ff9b21a72df.tar.gz
[lilac] updated to 1.18.0-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efdecd5a4869..6ab89a3f227a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=SCBN
_pkgver=1.18.0
pkgname=r-${_pkgname,,}
pkgver=1.18.0
-pkgrel=1
+pkgrel=3
pkgdesc='A statistical normalization method and differential expression analysis for RNA-seq data between different species'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -13,6 +13,8 @@ depends=(
r
)
optdepends=(
+ r-biocmanager
+ r-biocstyle
r-knitr
r-rmarkdown
)