r-feather: auto updated to 0.3.5-1

This commit is contained in:
BioArchLinuxBot 2022-01-13 20:45:29 +08:00
parent 73e6b79b50
commit 9d1a094813

View file

@ -4,7 +4,7 @@
_pkgname=feather
_pkgver=0.3.5
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=0.3.5
pkgrel=1
pkgdesc="R Bindings to the Feather 'API'"
arch=('x86_64')
@ -20,7 +20,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('50ff06d5e24d38b5d5d62f84582861bd353b82363e37623f95529b520504adbf')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"