r-segmentseq: auto updated to 2.38.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-03 01:26:27 +00:00
parent 07e2a255f6
commit e7a7d8512f

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=segmentSeq
_pkgver=2.36.0
_pkgver=2.38.0
pkgname=r-${_pkgname,,}
pkgver=2.36.0
pkgrel=2
pkgver=2.38.0
pkgrel=1
pkgdesc='Methods for identifying small RNA loci from high-throughput sequencing data'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -25,7 +25,7 @@ optdepends=(
r-biocstyle
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('bee9324fba345ff9709dea1a632663d88dfec3319bad204d922a6b3ba93f03f0')
sha256sums=('bc2338f6cf63f5907c45af15ff84b8085748ceb59c9ff2057afad12f66da9a84')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"