r-meb: auto updated to 1.18.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-03 01:39:42 +00:00
parent e9ab1436f2
commit e0ce7af138

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MEB
_pkgver=1.16.0
_pkgver=1.18.0
pkgname=r-${_pkgname,,}
pkgver=1.16.0
pkgrel=2
pkgver=1.18.0
pkgrel=1
pkgdesc='A normalization-invariant minimum enclosing ball method to detect differentially expressed genes for RNA-seq data'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -24,7 +24,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('0f69b4e7b47586c6bd8f5202ee1b982db39cc1168f283d4b52a7d1c23d1b6ea3')
sha256sums=('7619b86a6d34dcd45c47995496d3b6b1f7112916f54da2375a237409dc7170a3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"