summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-10-31 13:58:41 +0000
committerBioArchLinuxBot2024-10-31 13:58:41 +0000
commitdea19336600990e547787915d874bb189eea3199 (patch)
tree6be9cd0d396bed4e36882dfbd850467c4b506eb5 /PKGBUILD
parent357221605893670fba809bd62ad4cde59a0a251a (diff)
downloadaur-dea19336600990e547787915d874bb189eea3199.tar.gz
[lilac] updated to 1.40.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a6b2a6c737a..d1ae251d106f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=viper
-_pkgver=1.38.0
+_pkgver=1.40.0
pkgname=r-${_pkgname,,}
-pkgver=1.38.0
+pkgver=1.40.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=('d3337738b5b1b9574519f1e02d4e19991fa4d867113c1a1b6aab991217359401')
+sha256sums=('67012bbc39e9aa1baf19ca547085d8d18f1abf6cff8b4228b2c47bcea1d94057')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"