r-inspect: auto updated to 1.24.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-29 10:39:24 +00:00
parent 6d7294fb54
commit 2f32e66016

View file

@ -3,7 +3,7 @@
_pkgname=INSPEcT
_pkgver=1.24.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.24.0
pkgrel=1
pkgdesc='Modeling RNA synthesis, processing and degradation with RNA-seq data'
arch=('any')
@ -38,7 +38,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('531e9a965a85b65fc4c7b35ac94e5c98500fb155e0e54f59a0d4c73766d9531c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"