r-basecallqc: auto updated to 1.20.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-03 00:50:23 +00:00
parent 02978b3b0d
commit b007b9731d

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=basecallQC
_pkgver=1.18.0
_pkgver=1.20.0
pkgname=r-${_pkgname,,}
pkgver=1.18.0
pkgrel=2
pkgver=1.20.0
pkgrel=1
pkgdesc='Working with Illumina Basecalling and Demultiplexing input and output files'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('75835e09d6011676dbc5bbbd2376890e72ac8d7a4863389cedcaa85dab64d95a')
sha256sums=('ed6eb0805256999fce785f1d22d2ce0dc76ca43d29dda8e152578da01778ac1e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"