r-enrichplot: auto updated to 1.20.1-1

This commit is contained in:
BioArchLinuxBot 2023-08-24 00:03:18 +00:00
parent 4a014ac45d
commit c61e46f97b

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=enrichplot
_pkgver=1.20.0
_pkgver=1.20.1
pkgname=r-${_pkgname,,}
pkgver=1.20.0
pkgver=1.20.1
pkgrel=1
pkgdesc='Visualization of Functional Enrichment Result'
arch=('any')
@ -55,7 +55,7 @@ optdepends=(
r-treeio
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('1fc0cff48e40e2314c39e507f093de0921f5598e69760ac5beec3f880aa77583')
sha256sums=('f35ab3a42cf52ae5bdeee26b3afc5c3fed03ce5a5914547964da31575781b67b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"