mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-bufferedmatrix: auto updated to 1.60.0-1
This commit is contained in:
parent
3957cb1a74
commit
f40d2bfd37
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=BufferedMatrix
|
||||
_pkgver=1.58.0
|
||||
_pkgver=1.60.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.58.0
|
||||
pkgrel=3
|
||||
pkgver=1.60.0
|
||||
pkgrel=1
|
||||
pkgdesc='A matrix data storage object held in temporary files'
|
||||
arch=('x86_64')
|
||||
url="https://bioconductor.org/packages/${_pkgname}"
|
||||
|
@ -13,7 +13,7 @@ depends=(
|
|||
r
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('7436e1233c37e28958c599bb285bfe3ea582f7ea0cf649ece956aae4f826188f')
|
||||
sha256sums=('c00c0bf589315ac9b4d7d96c3b310b9927ff9cadffbdf7991af3f29a6b308aea')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue