summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 05:38:12 +0000
committerBioArchLinuxBot2023-04-27 05:38:12 +0000
commit169074f60525ba20126be8b6eaf84e1b437c82cc (patch)
tree09543a9d63f53a0f5c62d7eff399aafc7c56e4af /PKGBUILD
parent133bfdc41b2d0ac544beb18babb144c1f24218e6 (diff)
downloadaur-169074f60525ba20126be8b6eaf84e1b437c82cc.tar.gz
[lilac] updated to 1.34.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2337a47ed6ae..41f4d0b2b653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=viper
-_pkgver=1.32.0
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.34.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=('061a84511ad0e64da85b5a8c77e59910fb304f8b661c2aba25a3c0a96cc22286')
+sha256sums=('b7012ed157b1ea485c81f3c89bc6a99a0b4e598b056fd7f127ca056aa661d405')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"