mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-profvis: auto updated to 0.3.8-1
This commit is contained in:
parent
a632b26132
commit
184ecfc27e
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=profvis
|
||||
_pkgver=0.3.7
|
||||
_pkgver=0.3.8
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.3.7
|
||||
pkgrel=4
|
||||
pkgver=0.3.8
|
||||
pkgrel=1
|
||||
pkgdesc='Interactive Visualizations for Profiling R Code'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -27,7 +27,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('43974863cb793f81dbea4b94096343c321f7739c9038980405c9b16b04a906b9')
|
||||
sha256sums=('ec02c75bc9907a73564e691adfa8e06651ca0bd73b7915412960231cd265b4b2')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue