r-teqc: auto updated to 4.28.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 18:42:55 +00:00
parent 57c4dbf819
commit 4bbfb51f3c

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TEQC _pkgname=TEQC
_pkgver=4.26.0 _pkgver=4.28.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=4.26.0 pkgver=4.28.0
pkgrel=1 pkgrel=1
pkgdesc='Quality control for target capture experiments' pkgdesc='Quality control for target capture experiments'
arch=('any') arch=('any')
@ -18,7 +18,7 @@ depends=(
r-rsamtools r-rsamtools
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('afab93c11572fb71acba0fa933069f95264264ff555e067aa1254f6833256cb3') sha256sums=('a29377227fa8a9bdbef311823ba69031a2acd2a2c0b0b6825aebc25445854500')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"