r-delayedtensor: auto updated to 1.2.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-08 12:54:05 +00:00
parent 60d1560821
commit 02964f6907

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DelayedTensor
_pkgver=1.0.0
_pkgver=1.2.0
pkgname=r-${_pkgname,,}
pkgver=1.0.0
pkgrel=2
pkgver=1.2.0
pkgrel=1
pkgdesc='R package for sparse and out-of-core arithmetic and decomposition of Tensor'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -30,7 +30,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('6b5dfe54a775d233060e04361d8abc9fbaa5db80709ac8099b51877ca4c9e779')
sha256sums=('a17c0f2808a263e19c8cce46a72b8fdee2ffceea9c2b92507fc15456b28a4cdd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"