r-yarn: auto updated to 1.24.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-13 04:41:27 +00:00
parent b24926fbd6
commit 7fcd3f7895

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=yarn
_pkgver=1.22.0
_pkgver=1.24.0
pkgname=r-${_pkgname,,}
pkgver=1.22.0
pkgrel=3
pkgver=1.24.0
pkgrel=1
pkgdesc='YARN: Robust Multi-Condition RNA-Seq Preprocessing and Normalization'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('6f515108d5856f16f25d4cf5a091315b9f490030e3058751e54e008caf00a27c')
sha256sums=('59b4bac0b1aaf53e7ed67941f44f753292b7676dbee28644461903250fa50b6b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"