summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 23:27:58 +0000
committerBioArchLinuxBot2024-05-02 23:27:58 +0000
commita351e36842cfce314a7e2d261e72393911415fc7 (patch)
tree479a8dfd32b43b66df15796a41017b0109988406
parentdb0774f82e485c58674487f73ed60db33b8cfd69 (diff)
downloadaur-r-viseago.tar.gz
[lilac] updated to 1.18.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fce2ec5cadaf..a2ceaf4a4071 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-viseago
pkgdesc = ViSEAGO: a Bioconductor package for clustering biological functions using Gene Ontology and semantic similarity
- pkgver = 1.16.0
+ pkgver = 1.18.0
pkgrel = 1
url = https://bioconductor.org/packages/ViSEAGO
arch = any
@@ -38,7 +38,7 @@ pkgbase = r-viseago
optdepends = r-remotes
optdepends = r-rgraphviz
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ViSEAGO_1.16.0.tar.gz
- sha256sums = 64f61c598826d906575fbbf16abfff0f9a9d6b3faad8bcf44d860262f29a40b0
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ViSEAGO_1.18.0.tar.gz
+ sha256sums = 26f084c11f0e1179432abf0e353c4456e73ef904fc58b8cfeaaf36bb11ea9819
pkgname = r-viseago
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}"