summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 05:31:41 +0000
committerBioArchLinuxBot2023-04-29 05:31:41 +0000
commitf6085d771e2ce88c13887f4a48c7cf54d32915c9 (patch)
tree4e568b53c82f23e18122b4e651afb4f14cca5b03
parent5940635e84e72d8c58db0f2400f2ff98797e63e2 (diff)
downloadaur-f6085d771e2ce88c13887f4a48c7cf54d32915c9.tar.gz
[lilac] updated to 1.26.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78b9de96cd8b..74b5f608edfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-fgsea
pkgdesc = Fast Gene Set Enrichment Analysis
pkgver = 1.26.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/fgsea
arch = x86_64
license = MIT
@@ -14,6 +14,7 @@ pkgbase = r-fgsea
depends = r-fastmatch
depends = r-ggplot2
depends = r-rcpp
+ depends = r-scales
optdepends = r-aggregation
optdepends = r-annotationdbi
optdepends = r-geoquery
@@ -24,6 +25,7 @@ pkgbase = r-fgsea
optdepends = r-parallel
optdepends = r-reactome.db
optdepends = r-rmarkdown
+ optdepends = r-seurat
optdepends = r-testthat
source = https://bioconductor.org/packages/release/bioc/src/contrib/fgsea_1.26.0.tar.gz
sha256sums = ffd44dcf4e4a757ae4c79f3df99897a3e126fbca3e54457ace2c8cc923cf1632
diff --git a/PKGBUILD b/PKGBUILD
index e33cee98bf9c..5101640a9f37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=fgsea
_pkgver=1.26.0
pkgname=r-${_pkgname,,}
pkgver=1.26.0
-pkgrel=1
+pkgrel=3
pkgdesc='Fast Gene Set Enrichment Analysis'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -20,6 +20,7 @@ depends=(
r-fastmatch
r-ggplot2
r-rcpp
+ r-scales
)
optdepends=(
r-aggregation
@@ -32,6 +33,7 @@ optdepends=(
r-parallel
r-reactome.db
r-rmarkdown
+ r-seurat
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")