mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-tiledb: auto updated to 0.13.0-1
This commit is contained in:
parent
78b08110e9
commit
fdec953afb
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=tiledb
|
||||
_pkgver=0.12.0
|
||||
_pkgver=0.13.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.12.0
|
||||
pkgver=0.13.0
|
||||
pkgrel=1
|
||||
pkgdesc='Universal Storage Engine for Sparse and Dense Multidimensional Arrays'
|
||||
arch=('x86_64')
|
||||
|
@ -29,7 +29,7 @@ optdepends=(
|
|||
r-tinytest
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('8c73a48a8a676b4e9303262693fee71d683d98acf6eb0e4e7de5e5684b2a06ef')
|
||||
sha256sums=('6232aa633bc6cc90e51f9c4814e4d475f0755f55062844287d3919bcce40cdce')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue