r-smite: auto updated to 1.34.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-18 18:02:22 +00:00
parent 630e627bae
commit 9959ba814c

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SMITE _pkgname=SMITE
_pkgver=1.32.0 _pkgver=1.34.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.32.0 pkgver=1.34.0
pkgrel=1 pkgrel=1
pkgdesc='Significance-based Modules Integrating the Transcriptome and Epigenome' pkgdesc='Significance-based Modules Integrating the Transcriptome and Epigenome'
arch=('any') arch=('any')
@ -33,7 +33,7 @@ optdepends=(
r-rmarkdown r-rmarkdown
) )
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=('69e79c36c5ca5c19b94d3c0ecb1c1343099664302dced6d7de96b727b4f2e436') sha256sums=('b97aebc7ad3b68c25b6ba9d7bc673699f7df526692c2eca4c8b409c84cbec679')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"