mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-deconvr: auto updated to 1.10.0-1
This commit is contained in:
parent
b53799fa9c
commit
88991ec621
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=deconvR
|
_pkgname=deconvR
|
||||||
_pkgver=1.8.0
|
_pkgver=1.10.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.8.0
|
pkgver=1.10.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Simulation and Deconvolution of Omic Profiles'
|
pkgdesc='Simulation and Deconvolution of Omic Profiles'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://bioconductor.org/packages/${_pkgname}"
|
url="https://bioconductor.org/packages/${_pkgname}"
|
||||||
|
@ -46,7 +46,7 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
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=('2358e1bfee30fa0164c609fdfb86101d34346a4dce7a416dfa9c6be414b7845e')
|
sha256sums=('b15e22e9a76b38b8c04b10390de4e1289930d5a8a3c1847b5ac1ff85a4ec2da0')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue