r-podcall: auto updated to 1.2.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-28 00:20:44 +00:00
parent 2437b11d7f
commit bbc57560e9

View file

@ -3,7 +3,7 @@
_pkgname=PoDCall _pkgname=PoDCall
_pkgver=1.2.0 _pkgver=1.2.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.} pkgver=1.2.0
pkgrel=1 pkgrel=1
pkgdesc='Positive Droplet Calling for DNA Methylation Droplet Digital PCR' pkgdesc='Positive Droplet Calling for DNA Methylation Droplet Digital PCR'
arch=('any') arch=('any')
@ -29,7 +29,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a') sha256sums=('e1a18fc35ee21f9a58d4abe3f003b727d5a8a29167085d5b73e57b1fcbb49043')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"