summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 21:28:11 +0000
committerBioArchLinuxBot2022-11-02 21:28:11 +0000
commit3fe03b99bf753a8c506a1c71f855bbf3cd880738 (patch)
tree8bf81019dbf33d11c5461991a7f0e7c0728eb688 /PKGBUILD
parentebf1f1d8e1735db04a37c71a45f6e779aa2ab60d (diff)
downloadaur-3fe03b99bf753a8c506a1c71f855bbf3cd880738.tar.gz
[lilac] updated to 1.28.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6c779794092..342e11109e8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=pathVar
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.0
pkgrel=1
pkgdesc='Methods to Find Pathways with Significantly Different Variability'
arch=('any')
@@ -19,7 +19,7 @@ depends=(
r-mclust
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('386a70a4049379964c683fd6c02e6cba039609aaebb03e40760c2518accfede0')
+sha256sums=('3624b4784e41b654a1d30c78185ccc762f2221ee7dc69ca7c4ab4867bd6ffef9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"