r-fastqcleaner: auto updated to 1.24.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-18 12:37:17 +00:00
parent 3a43b8ddd8
commit 28016fd7e7

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=FastqCleaner
_pkgver=1.22.0
_pkgver=1.24.0
pkgname=r-${_pkgname,,}
pkgver=1.22.0
pkgver=1.24.0
pkgrel=1
pkgdesc='A Shiny Application for Quality Control, Filtering and Trimming of FASTQ Files'
arch=('x86_64')
@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('99b5f3e54e3dff9880f1c215a2b2672555ee50514fd087de82fc088ed6788b2f')
sha256sums=('dbccc29e9b3ee5740283b9c115141cb11092647b83783a8a5670a357080762f0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"