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