summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 19:01:09 +0000
committerBioArchLinuxBot2024-05-02 19:01:09 +0000
commit3960276ef22ae716ed25d0543072b088c070e89b (patch)
treedc95eeb78bb85d2fbfff3d70503a287f954ab33a
parent2b2938e50acdd57d6c0aa26ade751063a97a8292 (diff)
downloadaur-3960276ef22ae716ed25d0543072b088c070e89b.tar.gz
[lilac] updated to 1.32.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5070ea21101a..b71f2e9c41f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-expressionatlas
pkgdesc = Download datasets from EMBL-EBI Expression Atlas
- pkgver = 1.30.0
+ pkgver = 1.32.0
pkgrel = 1
url = https://bioconductor.org/packages/ExpressionAtlas
arch = any
@@ -19,7 +19,7 @@ pkgbase = r-expressionatlas
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ExpressionAtlas_1.30.0.tar.gz
- sha256sums = 106a8ed704ad1cb29c6f30b8d8a39c7419c560349d19094eab5c355a2af93fe7
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ExpressionAtlas_1.32.0.tar.gz
+ sha256sums = b4fe9315fcd84f54d2967a0c073e1d8d04c864c8f614afb842ea52e164e19dde
pkgname = r-expressionatlas
diff --git a/PKGBUILD b/PKGBUILD
index 14d1854f0f1a..548ca9a31b93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ExpressionAtlas
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.0
pkgrel=1
pkgdesc='Download datasets from EMBL-EBI Expression Atlas'
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('106a8ed704ad1cb29c6f30b8d8a39c7419c560349d19094eab5c355a2af93fe7')
+sha256sums=('b4fe9315fcd84f54d2967a0c073e1d8d04c864c8f614afb842ea52e164e19dde')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"