r-monalisa: auto updated to 1.12.0-1

This commit is contained in:
BioArchLinuxBot 2024-11-10 02:03:07 +00:00
parent f0f52c767d
commit a6b6c850c8

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=monaLisa _pkgname=monaLisa
_pkgver=1.10.1 _pkgver=1.12.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.10.1 pkgver=1.12.0
pkgrel=1 pkgrel=1
pkgdesc='Binned Motif Enrichment Analysis and Visualization' pkgdesc='Binned Motif Enrichment Analysis and Visualization'
arch=('any') arch=('any')
@ -39,7 +39,7 @@ optdepends=(
r-txdb.mmusculus.ucsc.mm10.knowngene r-txdb.mmusculus.ucsc.mm10.knowngene
) )
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=('ebd4110a4aaa30e7127f25c9489b2357ba20a6bc47af131c26dd079125c147dd') sha256sums=('3e0c9e16c9e4a54f534dd025a26d6540d727db351f194083207be203268bd45f')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"