mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-quantsmooth: auto updated to 1.72.0-1
This commit is contained in:
parent
ba3126c9dc
commit
abe20d8786
1 changed files with 3 additions and 3 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue