diff options
author | BioArchLinuxBot | 2024-05-23 00:02:37 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-23 00:02:37 +0000 |
commit | 4d04973cf6e53fa338350f41e5515926809f2bfc (patch) | |
tree | d4fee13ce05d58e8c5ab610cfb6389d9a32dec1b | |
parent | 30771f897c83ff324c24f8a80f3189bb043e3511 (diff) | |
download | aur-4d04973cf6e53fa338350f41e5515926809f2bfc.tar.gz |
[lilac] updated to 2.0.2-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-googleauthr pkgdesc = Authenticate and Create Google APIs - pkgver = 2.0.1 + pkgver = 2.0.2 pkgrel = 1 url = https://cran.r-project.org/package=googleAuthR arch = any @@ -27,7 +27,7 @@ pkgbase = r-googleauthr optdepends = r-shiny optdepends = r-testthat optdepends = r-usethis - source = https://cran.r-project.org/src/contrib/googleAuthR_2.0.1.tar.gz - sha256sums = 9b19a63bc250151674f20b27389baa95c10cc62dc7c3c0ff12a8d684bdb8a14b + source = https://cran.r-project.org/src/contrib/googleAuthR_2.0.2.tar.gz + sha256sums = fd55c85b5f78aa52b6e5cabd4143162cb497ab7288c8db3676acf58a0f393996 pkgname = r-googleauthr @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=googleAuthR -_pkgver=2.0.1 +_pkgver=2.0.2 pkgname=r-${_pkgname,,} -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=1 pkgdesc='Authenticate and Create Google APIs' arch=('any') @@ -36,7 +36,7 @@ optdepends=( r-usethis ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('9b19a63bc250151674f20b27389baa95c10cc62dc7c3c0ff12a8d684bdb8a14b') +sha256sums=('fd55c85b5f78aa52b6e5cabd4143162cb497ab7288c8db3676acf58a0f393996') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |