r-segmentseq: auto updated to 2.28.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 04:24:09 +08:00
parent 0205b54914
commit b98daf3b03

View file

@ -3,7 +3,7 @@
_pkgname=segmentSeq
_pkgver=2.28.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=2.28.0
pkgrel=1
pkgdesc='Methods for identifying small RNA loci from high-throughput sequencing data'
arch=('any')
@ -25,7 +25,7 @@ optdepends=(
r-biocstyle
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('426b5e7102bf33400d20af870dd0349a39cc8c824218f514441c8196c647d1d1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"