r-remotes: auto updated to 2.4.2.1-1

This commit is contained in:
BioArchLinuxBot 2023-07-18 18:01:14 +00:00
parent ac20dff9e2
commit 08f5e977a9

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=remotes
_pkgver=2.4.2
_pkgver=2.4.2.1
pkgname=r-${_pkgname,,}
pkgver=2.4.2
pkgrel=9
pkgver=2.4.2.1
pkgrel=1
pkgdesc="R Package Installation from Remote Repositories, Including 'GitHub'"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@ -31,7 +31,7 @@ optdepends=(
r-withr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('f2ef875f24a485bf4f55a8c830f87cdd5db868f9a8cdb624dc452d0bf66ba516')
sha256sums=('7ba8ca9a652d60bcdea25dbd43bd1e055e97b031c05e0bc3fac43bf245c1209d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"