mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-parallellogger: auto updated to 3.3.0-1
This commit is contained in:
parent
eabda2e823
commit
5ffe3d7131
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=ParallelLogger
|
||||
_pkgver=3.2.0
|
||||
_pkgver=3.3.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=3.2.0
|
||||
pkgver=3.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='Support for Parallel Computation, Logging, and Function Automation'
|
||||
arch=('any')
|
||||
|
@ -25,7 +25,7 @@ optdepends=(
|
|||
r-tibble
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('807915edb8fa0e0a077d89deba426ca26dbf22fdac3b8fdde95f3e628c2b3c72')
|
||||
sha256sums=('554989e93ece137e1586d653ddf953bb27db9daab56cf79efdce23c3baac2e2b')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue