r-gosemsim: auto updated to 2.22.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 09:16:46 +00:00
parent 3b4c3574a0
commit 6f09f2cb61

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GOSemSim
_pkgver=2.20.0
_pkgver=2.22.0
pkgname=r-${_pkgname,,}
pkgver=2.20.0
pkgrel=2
pkgver=2.22.0
pkgrel=1
pkgdesc='GO-terms Semantic Similarity Measures'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('4b81261ef5cddbadc1a3cf01025a0e179ae07ac06956bf8a7807aa3767321197')
sha256sums=('6d93c0bd9075bb3fb3b65d08906a657ddb8ee5d3ced337914b0f54d0fe2de1c2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"