mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-delayedarray: auto updated to 0.26.7-1
This commit is contained in:
parent
1df9473619
commit
cdbb855181
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=DelayedArray
|
||||
_pkgver=0.26.6
|
||||
_pkgver=0.26.7
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.26.6
|
||||
pkgver=0.26.7
|
||||
pkgrel=1
|
||||
pkgdesc='A unified framework for working transparently with on-disk and in-memory array-like datasets'
|
||||
arch=('x86_64')
|
||||
|
@ -31,7 +31,7 @@ optdepends=(
|
|||
r-summarizedexperiment
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('13fcb70b366b58eac46438f04c09c103d2dad69221af49900ebd28edf1d5c24b')
|
||||
sha256sums=('0a02c989ee6882350ca536586ef667131c7ea7f7fa5ec3eb1965be506d4158f7')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue