r-enrichplot: auto updated to 1.16.1-1

This commit is contained in:
BioArchLinuxBot 2022-05-17 00:17:48 +00:00
parent 9f31b0ae78
commit b50d55cbcb

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=enrichplot
_pkgver=1.16.0
_pkgver=1.16.1
pkgname=r-${_pkgname,,}
pkgver=1.16.0
pkgver=1.16.1
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=('b53a58d61e35e0b5d283bb7b14dd2319b43903c155dcb653a5a48e7a324fdb44')
sha256sums=('02c03a9e4a3fa5d90860f19ff6b440836a868b646cde06b83c57233c170f969e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"