r-gofuncr: auto updated to 1.16.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 08:43:46 +00:00
parent e4fc1bc31c
commit fe5e9c585c

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GOfuncR
_pkgver=1.14.0
_pkgver=1.16.0
pkgname=r-${_pkgname,,}
pkgver=1.14.0
pkgrel=2
pkgver=1.16.0
pkgrel=1
pkgdesc='Gene ontology enrichment using FUNC'
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=('47840eb2a8d24f2dc60a9c03d7ac737ea0787d8c3fd7ae0ea14d50120768c122')
sha256sums=('f372881da9252615e27dfeb5183850cc75ec659ffceae5aa01155c9ca5766d0b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"