r-rfastp: auto updated to 1.6.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 03:31:32 +00:00
parent 2bcfb8aed5
commit 40271acfa2

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Rfastp
_pkgver=1.4.0
_pkgver=1.6.0
pkgname=r-${_pkgname,,}
pkgver=1.4.0
pkgrel=2
pkgver=1.6.0
pkgrel=1
pkgdesc='An Ultra-Fast and All-in-One Fastq Preprocessor (Quality Control, Adapter, low quality and polyX trimming) and UMI Sequence Parsing).'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -27,7 +27,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('9948d10f12b672367007490a0f9f209ac5677808dad2335a72fe560497fcb753')
sha256sums=('9784da7fd4d1bc36d564dec46ab57f75594d54801b8f825252e274517dabff1b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"