summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 20:30:11 +0000
committerBioArchLinuxBot2024-05-01 20:30:11 +0000
commit0fd9ca887227a3a8891f557626d5e6b12a259450 (patch)
tree95b744ae40c5b4ad3d5520d68eb276917c4ec354 /PKGBUILD
parent2aee1a1021da6b42f8efcdb8f21335a9c53115b1 (diff)
downloadaur-r-mdp.tar.gz
[lilac] updated to 1.24.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c3306720c6b..d36cb71f4407 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=mdp
-_pkgver=1.22.0
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.24.0
pkgrel=1
pkgdesc='Molecular Degree of Perturbation calculates scores for transcriptome data samples based on their perturbation from controls'
arch=('any')
@@ -22,7 +22,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('fdbb9c6af0f00f176ce0dcbff3eaf258297445d016b2f2196c6d9e71cca73a7e')
+sha256sums=('9c1a808c0ef5e18f157566412992f66262212ac15a7644306e392455247ca223')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"