summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-17 12:03:33 +0000
committerBioArchLinuxBot2025-04-17 12:03:33 +0000
commit4a26dcd0e6687f2e1050e3baf972767075eeedef (patch)
tree20e439a4358c17c809e507e0a410d16724a1c1b5
parentdea19336600990e547787915d874bb189eea3199 (diff)
downloadaur-4a26dcd0e6687f2e1050e3baf972767075eeedef.tar.gz
[lilac] updated to 1.42.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb233fab034e..0d039b39ad59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-viper
pkgdesc = Virtual Inference of Protein-activity by Enriched Regulon analysis
- pkgver = 1.40.0
+ pkgver = 1.42.0
pkgrel = 1
url = https://bioconductor.org/packages/viper
arch = any
@@ -10,7 +10,7 @@ pkgbase = r-viper
depends = r-e1071
depends = r-mixtools
optdepends = r-bcellviper
- source = https://bioconductor.org/packages/release/bioc/src/contrib/viper_1.40.0.tar.gz
- sha256sums = 67012bbc39e9aa1baf19ca547085d8d18f1abf6cff8b4228b2c47bcea1d94057
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/viper_1.42.0.tar.gz
+ sha256sums = 5f51d69e4173a365cc36511a1a9bcd82b1b8b4727395402134079da8f74e1224
pkgname = r-viper
diff --git a/PKGBUILD b/PKGBUILD
index d1ae251d106f..252297b6ccae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=viper
-_pkgver=1.40.0
+_pkgver=1.42.0
pkgname=r-${_pkgname,,}
-pkgver=1.40.0
+pkgver=1.42.0
pkgrel=1
pkgdesc='Virtual Inference of Protein-activity by Enriched Regulon analysis'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
r-bcellviper
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('67012bbc39e9aa1baf19ca547085d8d18f1abf6cff8b4228b2c47bcea1d94057')
+sha256sums=('5f51d69e4173a365cc36511a1a9bcd82b1b8b4727395402134079da8f74e1224')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"