summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 03:01:32 +0000
committerBioArchLinuxBot2023-04-27 03:01:32 +0000
commita033a511f4810654e51e2655e3ebeb279fe1922c (patch)
tree60fe4439f5362e2a74fba955caff4f71d1153a2d
parent0d07f9d0fbaef3b4f4c5af8a74a15f6ae18cae9b (diff)
downloadaur-a033a511f4810654e51e2655e3ebeb279fe1922c.tar.gz
[lilac] updated to 1.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c4f0f95d806..fa1059d0bca0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-mdp
pkgdesc = Molecular Degree of Perturbation calculates scores for transcriptome data samples based on their perturbation from controls
- pkgver = 1.18.0
+ pkgver = 1.20.0
pkgrel = 1
url = https://bioconductor.org/packages/mdp
arch = any
@@ -13,7 +13,7 @@ pkgbase = r-mdp
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/mdp_1.18.0.tar.gz
- sha256sums = 57f9d49548049c93e163657e1e3c87157c4973994861ab42ab4b75fc2702ed7c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/mdp_1.20.0.tar.gz
+ sha256sums = 95bba28e2a8f2e3accacafc35381283efea8617d8564aff4a0bd13074ba34a1b
pkgname = r-mdp
diff --git a/PKGBUILD b/PKGBUILD
index 866b96d89cd0..3284080c1a03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=mdp
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.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=('57f9d49548049c93e163657e1e3c87157c4973994861ab42ab4b75fc2702ed7c')
+sha256sums=('95bba28e2a8f2e3accacafc35381283efea8617d8564aff4a0bd13074ba34a1b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"