mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-log4r: auto updated to 0.4.3-1
This commit is contained in:
parent
6a03b61213
commit
abcf4d276e
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=log4r
|
||||
_pkgver=0.4.2
|
||||
_pkgver=0.4.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.4.2
|
||||
pkgrel=7
|
||||
pkgver=0.4.3
|
||||
pkgrel=1
|
||||
pkgdesc="A Fast and Lightweight Logging System for R, Based on 'log4j'"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -28,7 +28,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('924a020565dcd05a2bc8283285fcae60f6b58b35e1be7c55acc0c703c7edfe34')
|
||||
sha256sums=('dfe3d49d35a8d8f3ad63f156d18e860540a01bd0af0e343cbab3e31a2cf5904c')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue