diff options
author | BioArchLinuxBot | 2024-05-02 23:27:58 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-02 23:27:58 +0000 |
commit | a351e36842cfce314a7e2d261e72393911415fc7 (patch) | |
tree | 479a8dfd32b43b66df15796a41017b0109988406 | |
parent | db0774f82e485c58674487f73ed60db33b8cfd69 (diff) | |
download | aur-r-viseago.tar.gz |
[lilac] updated to 1.18.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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}" |