r-deconvr: auto updated to 1.0.1-1

This commit is contained in:
BioArchLinuxBot 2022-02-23 00:47:52 +00:00
parent 875512557a
commit 1a65929ec1

View file

@ -3,7 +3,7 @@
_pkgname=deconvR
_pkgver=1.0.1
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.0.1
pkgrel=1
pkgdesc='Simulation and Deconvolution of Omic Profiles'
arch=('any')
@ -45,7 +45,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('2567eb92048460e7309c80554a94aa70525f9604243c78f3e96a210c5a2a77c5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"