r-elmer: auto updated to 2.30.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-18 18:44:07 +00:00
parent b31e2ad1f1
commit 41eb3ce11f

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ELMER _pkgname=ELMER
_pkgver=2.28.0 _pkgver=2.30.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.28.0 pkgver=2.30.0
pkgrel=1 pkgrel=1
pkgdesc='Inferring Regulatory Element Landscapes and Transcription Factor Networks Using Cancer Methylomes' pkgdesc='Inferring Regulatory Element Landscapes and Transcription Factor Networks Using Cancer Methylomes'
arch=('any') arch=('any')
@ -64,7 +64,7 @@ optdepends=(
r-webshot r-webshot
) )
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=('ed9b1e512e6f8fc36d532ffa3329e6f077cb2c773d21dd50daa98efa94ec5b04') sha256sums=('18b0f782ea9fb3cd35d37144ccebec2b000fa0b4539cd83eb7c6bcc45ed8fb8a')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"