mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-basecallqc: auto updated to 1.20.0-1
This commit is contained in:
parent
02978b3b0d
commit
b007b9731d
1 changed files with 4 additions and 4 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue