mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-bigmemory: auto updated to 4.6.1-1
This commit is contained in:
parent
0e2925655d
commit
c383414fd6
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=bigmemory
|
||||
_pkgver=4.5.36
|
||||
_pkgver=4.6.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=4.5.36
|
||||
pkgrel=2
|
||||
pkgver=4.6.1
|
||||
pkgrel=1
|
||||
pkgdesc='Manage Massive Matrices with Shared Memory and Memory-Mapped Files'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -22,7 +22,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('18c67fbe6344b2f8223456c4f19ceebcf6c1166255eab81311001fd67a45ef0e')
|
||||
sha256sums=('b56e157c87ed6c4fc69d4cb9c697ae9a2001726e776e41aa7c48b35327b65141')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue