r-repviz: auto updated to 1.10.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 07:38:27 +08:00
parent 7bb88ad69c
commit 1f73b7ca93

View file

@ -3,7 +3,7 @@
_pkgname=RepViz
_pkgver=1.10.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.10.0
pkgrel=1
pkgdesc='Replicate oriented Visualization of a genomic region'
arch=('any')
@ -23,7 +23,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('307d19d83cc68f0c4cc09384cb098bda7d278e381320913e32143a2e7e7a1e8f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"