r-simplifyenrichment: auto updated to 1.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 05:20:33 +08:00
parent 91c8328032
commit 8620bfa75d

View file

@ -3,7 +3,7 @@
_pkgname=simplifyEnrichment
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.4.0
pkgrel=1
pkgdesc='Simplify Functional Enrichment Results'
arch=('any')
@ -53,7 +53,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('284d4e073a1c8dd10e91b2bacb04e3fadef4b3eba5db8ad1c1011f8d9af4a915')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"