summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 14:16:30 +0000
committerBioArchLinuxBot2022-11-26 14:16:30 +0000
commit651c224996e6e2f4f5a135e955d2fbf04a50f395 (patch)
tree6d63429c569f83bad3a77a06bb8d41dc451c9ef5
parent12812643e5077f3bc1979e8f27a08989efa7f309 (diff)
downloadaur-651c224996e6e2f4f5a135e955d2fbf04a50f395.tar.gz
[lilac] updated to 1.26.0-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 577101a2da67..7b88278bed66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,21 @@
pkgbase = r-expressionatlas
pkgdesc = Download datasets from EMBL-EBI Expression Atlas
pkgver = 1.26.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/ExpressionAtlas
arch = any
license = GPL
depends = r
depends = r-biobase
+ depends = r-biocstyle
depends = r-httr
+ depends = r-jsonlite
depends = r-limma
+ depends = r-rcurl
depends = r-s4vectors
depends = r-summarizedexperiment
depends = r-xml
depends = r-xml2
- depends = r-biocstyle
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
diff --git a/PKGBUILD b/PKGBUILD
index 58f4f3787a93..911f6e65f827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=ExpressionAtlas
_pkgver=1.26.0
pkgname=r-${_pkgname,,}
pkgver=1.26.0
-pkgrel=1
+pkgrel=3
pkgdesc='Download datasets from EMBL-EBI Expression Atlas'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -12,13 +12,15 @@ license=('GPL')
depends=(
r
r-biobase
+ r-biocstyle
r-httr
+ r-jsonlite
r-limma
+ r-rcurl
r-s4vectors
r-summarizedexperiment
r-xml
r-xml2
- r-biocstyle
)
optdepends=(
r-knitr