r-dexma: auto updated to 1.4.2-1

This commit is contained in:
BioArchLinuxBot 2022-06-02 00:05:52 +00:00
parent 5af0b5572f
commit 8e04c67266

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DExMA _pkgname=DExMA
_pkgver=1.4.1 _pkgver=1.4.2
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.4.1 pkgver=1.4.2
pkgrel=3 pkgrel=1
pkgdesc='Differential Expression Meta-Analysis' pkgdesc='Differential Expression Meta-Analysis'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -31,7 +31,7 @@ optdepends=(
r-runit r-runit
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('dff8b08aa44932065a0df481a22866cbbe6f56880328b805e859addf10f59bbc') sha256sums=('ab805379bae267b92ca049d6edcd16760b08fc86eb66acda16102ea0cff332af')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"