mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-nullranges: auto updated to 1.8.0-1
This commit is contained in:
parent
126251faa5
commit
babb0c9e9b
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=nullranges
|
||||
_pkgver=1.6.2
|
||||
_pkgver=1.8.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.6.2
|
||||
pkgrel=2
|
||||
pkgver=1.8.0
|
||||
pkgrel=1
|
||||
pkgdesc='Generation of null ranges via bootstrapping or covariate matching'
|
||||
arch=('any')
|
||||
url="https://bioconductor.org/packages/${_pkgname}"
|
||||
|
@ -49,7 +49,7 @@ optdepends=(
|
|||
r-tidysummarizedexperiment
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('d212a86f22b59b0840b9a320734cfa99bee29da153d1c2ebd6b9a2d9706ed185')
|
||||
sha256sums=('6adbd452f6605bdafbb66ad7e896d58b49dbc7e4420ce00017207177908c628e')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue