r-seqbias: auto updated to 1.44.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-03 00:16:31 +00:00
parent 0bbf3c760a
commit 24987dd8bc

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=seqbias
_pkgver=1.42.0
_pkgver=1.44.0
pkgname=r-${_pkgname,,}
pkgver=1.42.0
pkgrel=2
pkgver=1.44.0
pkgrel=1
pkgdesc='Estimation of per-position bias in high-throughput sequencing data'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -21,7 +21,7 @@ optdepends=(
r-rsamtools
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('f9cad2eff647236ba427c8db194dd69a8db845e1834a2a0a453236550343c0e0')
sha256sums=('2f9bbd5c64f590cfcbcdc9b97e8ccb678b50bcb7b2e4a5f909b62de0aec1b620')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"