mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-quantsmooth: auto updated to 1.62.0-1
This commit is contained in:
parent
ca889c14ab
commit
2b0c0a00ea
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.60.0
|
||||
_pkgver=1.62.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.60.0
|
||||
pkgver=1.62.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=('1aa5a93275c052a426ce414a63145cb433723d0911d85eeb29050234e1aefa8c')
|
||||
sha256sums=('3a2bf8786a52c3709c2b5baf006f77365acd806cc2383005b24d471a43a8ea08')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue