diff options
author | BioArchLinuxBot | 2024-10-31 13:58:41 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-10-31 13:58:41 +0000 |
commit | dea19336600990e547787915d874bb189eea3199 (patch) | |
tree | 6be9cd0d396bed4e36882dfbd850467c4b506eb5 /PKGBUILD | |
parent | 357221605893670fba809bd62ad4cde59a0a251a (diff) | |
download | aur-dea19336600990e547787915d874bb189eea3199.tar.gz |
[lilac] updated to 1.40.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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}" |