r-enrichplot: auto updated to 1.14.2-1

This commit is contained in:
BioArchLinuxBot 2022-02-25 21:35:21 +00:00
parent 880a356a4a
commit 2f180b4aea

View file

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