r-googledrive: auto updated to 2.0.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-13 20:46:13 +08:00
parent 9d1a094813
commit bba431462c

View file

@ -3,7 +3,7 @@
_pkgname=googledrive
_pkgver=2.0.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=2.0.0
pkgrel=1
pkgdesc='An Interface to Google Drive'
arch=('any')
@ -40,7 +40,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('605c469a6a086ef4b049909c2e20a35411c165ce7ce4f62d68fd39ffed8c5a26')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"