summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 04:34:22 +0000
committerBioArchLinuxBot2023-04-29 04:34:22 +0000
commitd50c4ffa6ed508998ef626263fe32ff9b21a72df (patch)
tree37eb9a30ba5dd8c3ec12f6ae6c59756530f006ed
parent4c33f80db3a40b7ca0c6c7984458a6244aef5ecd (diff)
downloadaur-d50c4ffa6ed508998ef626263fe32ff9b21a72df.tar.gz
[lilac] updated to 1.18.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7e3a04065f6..af8e4a665188 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = r-scbn
pkgdesc = A statistical normalization method and differential expression analysis for RNA-seq data between different species
pkgver = 1.18.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/SCBN
arch = any
license = GPL
depends = r
+ optdepends = r-biocmanager
+ optdepends = r-biocstyle
optdepends = r-knitr
optdepends = r-rmarkdown
source = https://bioconductor.org/packages/release/bioc/src/contrib/SCBN_1.18.0.tar.gz
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
)