summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-07 06:46:22 +0000
committerBioArchLinuxBot2022-11-07 06:46:22 +0000
commit2c21928e11a27148df2fdc05f90803e400ec6833 (patch)
treedab8b81850eb0901f08551a8e845f6b3600d6b67
parent17549da3c8039e2a50d0b89c7d060ee20059303c (diff)
downloadaur-2c21928e11a27148df2fdc05f90803e400ec6833.tar.gz
[lilac] updated to 1.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afeaf3aa2d84..9a1e42c0aa9c 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.10.0
+ pkgver = 1.12.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.10.0.tar.gz
- sha256sums = cd2c6399b3cf1d3fc1da6f15c92a49e412c768f0d8dd4c4e5fe9abd35840bd68
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ViSEAGO_1.12.0.tar.gz
+ sha256sums = d3a9fbd581ba4357e5e19ea48d53bfdabb33e1479b536fb1b3daaec4a53f2778
pkgname = r-viseago
diff --git a/PKGBUILD b/PKGBUILD
index 0430a0a0e5a8..a4abc76fb684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ViSEAGO
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.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=('cd2c6399b3cf1d3fc1da6f15c92a49e412c768f0d8dd4c4e5fe9abd35840bd68')
+sha256sums=('d3a9fbd581ba4357e5e19ea48d53bfdabb33e1479b536fb1b3daaec4a53f2778')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"