r-gargle: auto updated to 1.2.1-1

This commit is contained in:
BioArchLinuxBot 2022-09-08 06:01:13 +00:00
parent 02c9e07ba0
commit e1f82491a8

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gargle _pkgname=gargle
_pkgver=1.2.0 _pkgver=1.2.1
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.2.0 pkgver=1.2.1
pkgrel=5 pkgrel=1
pkgdesc='Utilities for Working with Google APIs' pkgdesc='Utilities for Working with Google APIs'
arch=('any') arch=('any')
url="https://cran.r-project.org/package=${_pkgname}" url="https://cran.r-project.org/package=${_pkgname}"
@ -34,7 +34,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('4d46ca2933f19429ca5a2cfe47b4130a75c7cd9931c7758ade55bac0c091d73b') sha256sums=('f367e2c82f403167ae84058303a4fb0402664558a2abf0b495474a7ef1a2f020')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"