summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 05:45:06 +0000
committerBioArchLinuxBot2023-10-27 05:45:06 +0000
commitfdfc66c38e163dec031986f5093dcc018d14111b (patch)
treeabd6c45fa2bca7f765e45517fb475b87d9948f54 /PKGBUILD
parentc90b036a2e39441a64e82df2dd7f892ea6eda061 (diff)
downloadaur-fdfc66c38e163dec031986f5093dcc018d14111b.tar.gz
[lilac] updated to 1.28.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0645369cb395..0f7590e032fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MultiAssayExperiment
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.0
pkgrel=1
pkgdesc='Software for the integration of multi-omics experiments in Bioconductor'
arch=('any')
@@ -35,7 +35,7 @@ optdepends=(
r-upsetr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('40e49f2da1d725a2741d2a6a61dbc8935f5a841ba7ef05c6e925aa848362af03')
+sha256sums=('904dd6bb32d22d92c71de1ade4d1fd0c88e7973d01b97699a4150004abc7b036')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"