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