summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 23:27:58 +0000
committerBioArchLinuxBot2024-05-02 23:27:58 +0000
commita351e36842cfce314a7e2d261e72393911415fc7 (patch)
tree479a8dfd32b43b66df15796a41017b0109988406 /PKGBUILD
parentdb0774f82e485c58674487f73ed60db33b8cfd69 (diff)
downloadaur-r-viseago.tar.gz
[lilac] updated to 1.18.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a731e4d62f58..9f2ba096020f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ViSEAGO
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.0
pkgrel=1
pkgdesc='ViSEAGO: a Bioconductor package for clustering biological functions using Gene Ontology and semantic similarity'
arch=('any')
@@ -47,7 +47,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('64f61c598826d906575fbbf16abfff0f9a9d6b3faad8bcf44d860262f29a40b0')
+sha256sums=('26f084c11f0e1179432abf0e353c4456e73ef904fc58b8cfeaaf36bb11ea9819')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"