r-recipes: auto updated to 1.0.1-1

This commit is contained in:
BioArchLinuxBot 2022-07-08 00:02:37 +00:00
parent 9abfa6a335
commit fc2fb1e5b8

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=recipes
_pkgver=1.0.0
_pkgver=1.0.1
pkgname=r-${_pkgname,,}
pkgver=1.0.0
pkgver=1.0.1
pkgrel=1
pkgdesc='Preprocessing and Feature Engineering Steps for Modeling'
arch=('any')
@ -52,7 +52,7 @@ optdepends=(
r-xml2
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('11196068b559b3f54aaf3489b69c1acab4e0a5e824706a81755f495ec4b77d12')
sha256sums=('9e3ae212413409bf41ec7d1a311586e12c0ca79943cef436707d041c57125bc9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"