r-googlevis: auto updated to 0.7.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-10 16:03:55 +00:00
parent 270c3d8c36
commit a962ce7331

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=googleVis
_pkgver=0.6.12
_pkgver=0.7.0
pkgname=r-${_pkgname,,}
pkgver=0.6.12
pkgver=0.7.0
pkgrel=1
pkgdesc='R Interface to Google Charts'
arch=('any')
@ -22,7 +22,7 @@ optdepends=(
r-shiny
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('998827cf793fcf4e8ecdffbef527c126c425c6f4d9235e6621ea654f59c706c0')
sha256sums=('5f1636024e678f9973e3ce605b46f46ea9cdffd58b98e315b495e66f34eb02e9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"