summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 21:37:20 +0000
committerBioArchLinuxBot2024-05-01 21:37:20 +0000
commit357221605893670fba809bd62ad4cde59a0a251a (patch)
tree0979b76fc16ec2549d95ecd0452553e9c2783c21 /PKGBUILD
parentfdbe234784dd02a46877b0102a6567cc1021900b (diff)
downloadaur-r-viper.tar.gz
[lilac] updated to 1.38.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed5ee0238732..4a6b2a6c737a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=viper
-_pkgver=1.36.0
+_pkgver=1.38.0
pkgname=r-${_pkgname,,}
-pkgver=1.36.0
+pkgver=1.38.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=('57830d2c08ac916d3a3d042d01e51cb29b5c68f97e7deeef17272e62b57d1221')
+sha256sums=('d3337738b5b1b9574519f1e02d4e19991fa4d867113c1a1b6aab991217359401')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"