summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 11:22:08 +0000
committerBioArchLinuxBot2023-04-27 11:22:08 +0000
commitf5d4ca0857e56aeb063354cee736c1555019f92d (patch)
tree7ebd159906bbf798cdbb3c6e7118087dc64de835
parent651c224996e6e2f4f5a135e955d2fbf04a50f395 (diff)
downloadaur-f5d4ca0857e56aeb063354cee736c1555019f92d.tar.gz
[lilac] updated to 1.28.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b88278bed66..25e5a569bea7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-expressionatlas
pkgdesc = Download datasets from EMBL-EBI Expression Atlas
- pkgver = 1.26.0
- pkgrel = 3
+ pkgver = 1.28.0
+ pkgrel = 1
url = https://bioconductor.org/packages/ExpressionAtlas
arch = any
license = GPL
@@ -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.26.0.tar.gz
- sha256sums = a95a6805bc183d35ed08c829727ec2aea5f628107e07865ec31fe3cc930c3d7d
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ExpressionAtlas_1.28.0.tar.gz
+ sha256sums = 92905878d4144ddc9daaf3f1671370381b18f04d3cce12ba1de3626c00a322ef
pkgname = r-expressionatlas
diff --git a/PKGBUILD b/PKGBUILD
index 911f6e65f827..7485cfa933d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ExpressionAtlas
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
-pkgrel=3
+pkgver=1.28.0
+pkgrel=1
pkgdesc='Download datasets from EMBL-EBI Expression Atlas'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a95a6805bc183d35ed08c829727ec2aea5f628107e07865ec31fe3cc930c3d7d')
+sha256sums=('92905878d4144ddc9daaf3f1671370381b18f04d3cce12ba1de3626c00a322ef')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"