r-simplifyenrichment: auto updated to 1.14.1-1

This commit is contained in:
BioArchLinuxBot 2024-09-17 18:27:54 +00:00
parent 71bced596e
commit 7dce76f468

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=simplifyEnrichment
_pkgver=1.14.0
_pkgver=1.14.1
pkgname=r-${_pkgname,,}
pkgver=1.14.0
pkgver=1.14.1
pkgrel=1
pkgdesc='Simplify Functional Enrichment Results'
arch=('any')
@ -58,7 +58,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('1166ba940119c40865320791896333f96007d1608bfcb8c224fdb127e8cc6180')
sha256sums=('8faadd26c01d3596e47d588d97a7b61fa878cb3ee7fae27cbab696f5788f724d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"