r-basecallqc: auto updated to 1.30.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-15 19:15:54 +00:00
parent 1eac379139
commit 85c1eaaa25

View file

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