r-quantsmooth: auto updated to 1.72.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 02:04:29 +00:00
parent ba3126c9dc
commit abe20d8786

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=quantsmooth
_pkgver=1.70.0
_pkgver=1.72.0
pkgname=r-${_pkgname,,}
pkgver=1.70.0
pkgver=1.72.0
pkgrel=1
pkgdesc='Quantile smoothing and genomic visualization of array data'
arch=('any')
@ -14,7 +14,7 @@ depends=(
r-quantreg
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('ec1d0c5271edd34a9719222c098d86dbfcc919030026e2074d62110930ccedd5')
sha256sums=('97441df93dc94f5015742d1dcac85af930db66b7e74926ecc11d56fcca9d345b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"