summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7485cfa933d1..548ca9a31b93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ExpressionAtlas
-_pkgver=1.28.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.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=('92905878d4144ddc9daaf3f1671370381b18f04d3cce12ba1de3626c00a322ef')
+sha256sums=('b4fe9315fcd84f54d2967a0c073e1d8d04c864c8f614afb842ea52e164e19dde')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"