summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 22:30:41 +0000
committerBioArchLinuxBot2024-05-02 22:30:41 +0000
commit9295a678952340dfee5216c51d5c6b6c57471699 (patch)
treedc56dec7c232a827c41f76daa1f2970687d507a1 /PKGBUILD
parent1a9adabca2874b0c54073dad8c15cbf81d9ea407 (diff)
downloadaur-r-moma.tar.gz
[lilac] updated to 1.16.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7325eb522c5..0ead197cc461 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MOMA
-_pkgver=1.14.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.16.0
pkgrel=1
pkgdesc='Multi Omic Master Regulator Analysis'
arch=('any')
@@ -35,7 +35,7 @@ optdepends=(
r-viper
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('cc25564401dae250bc7cf7abb36dcd72843aef4c203ae0996decdebf661450cf')
+sha256sums=('9beb71dfea2c763918aa6c9cf200dcf83248224406506216846d4696aa636af5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"