summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 23:24:32 +0000
committerBioArchLinuxBot2022-11-02 23:24:32 +0000
commit133bfdc41b2d0ac544beb18babb144c1f24218e6 (patch)
treea733cf372c54fb3e18442e655e3237593c006c66
parent84c9fc8e86d2067f3bc013744727ce0e39d6d31b (diff)
downloadaur-133bfdc41b2d0ac544beb18babb144c1f24218e6.tar.gz
[lilac] updated to 1.32.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d3f9d1191c5..61071a895642 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-viper
pkgdesc = Virtual Inference of Protein-activity by Enriched Regulon analysis
- pkgver = 1.30.0
+ pkgver = 1.32.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.30.0.tar.gz
- sha256sums = 1d602263433bdf03350e0f86b5b1bf5cbc7e022303ce4d6176dcbebfc0732646
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/viper_1.32.0.tar.gz
+ sha256sums = 061a84511ad0e64da85b5a8c77e59910fb304f8b661c2aba25a3c0a96cc22286
pkgname = r-viper
diff --git a/PKGBUILD b/PKGBUILD
index f23ffa412447..2337a47ed6ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=viper
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.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=('1d602263433bdf03350e0f86b5b1bf5cbc7e022303ce4d6176dcbebfc0732646')
+sha256sums=('061a84511ad0e64da85b5a8c77e59910fb304f8b661c2aba25a3c0a96cc22286')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"