summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 02:13:41 +0000
committerBioArchLinuxBot2024-05-02 02:13:41 +0000
commite99a5fb6509c3377e255f0abd9bccbef0496fe14 (patch)
treed00918039c73d6b2d49a0890611d6521e123e9ff /PKGBUILD
parent97b6f3660fa6670ac3a3e674b24255aa28507ce3 (diff)
downloadaur-r-experimenthub.tar.gz
[lilac] updated to 2.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 426ecc713592..26048e6f470f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ExperimentHub
-_pkgver=2.10.0
+_pkgver=2.12.0
pkgname=r-${_pkgname,,}
-pkgver=2.10.0
-pkgrel=3
+pkgver=2.12.0
+pkgrel=1
pkgdesc='Client to access ExperimentHub resources'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -27,7 +27,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('dc8c442e81514a0986b40260a970179b8b1777ee2a8e5f4a1024d0f2341134df')
+sha256sums=('1081ac5bc7bb90dd5a257b0ef52024a978ed65a46972076ab195a0eb3b564156')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"