mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ggvis: auto updated to 0.4.8-1
This commit is contained in:
parent
eeefe7ca2e
commit
01a2702c01
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=ggvis
|
||||
_pkgver=0.4.7
|
||||
_pkgver=0.4.8
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.4.7
|
||||
pkgrel=5
|
||||
pkgver=0.4.8
|
||||
pkgrel=1
|
||||
pkgdesc='Interactive Grammar of Graphics'
|
||||
arch=('any')
|
||||
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=('9e6b067e11d497c796d42156570e2481afb554c5db265f42afbb74d2ae0865e3')
|
||||
sha256sums=('3d5480a0b97a57c26b595785f826b13d7695dab1f1dd8fcf5d7964fa8546a26a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue