r-segmentseq: auto updated to 2.40.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-15 19:33:45 +00:00
parent ca10b46ab3
commit 14833e5c19

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=segmentSeq _pkgname=segmentSeq
_pkgver=2.38.0 _pkgver=2.40.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.38.0 pkgver=2.40.0
pkgrel=1 pkgrel=1
pkgdesc='Methods for identifying small RNA loci from high-throughput sequencing data' pkgdesc='Methods for identifying small RNA loci from high-throughput sequencing data'
arch=('any') arch=('any')
@ -25,7 +25,7 @@ optdepends=(
r-biocstyle r-biocstyle
) )
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=('bc2338f6cf63f5907c45af15ff84b8085748ceb59c9ff2057afad12f66da9a84') sha256sums=('33682934f972f198831b9384fdb29ef4b0dbf63b4b328c8e39867c8fea211323')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"