From fc2fb1e5b80d961876b8fe0cb605fe6a6ca6f532 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Fri, 8 Jul 2022 00:02:37 +0000 Subject: [PATCH] r-recipes: auto updated to 1.0.1-1 --- BioArchLinux/r-recipes/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BioArchLinux/r-recipes/PKGBUILD b/BioArchLinux/r-recipes/PKGBUILD index 7054eb070c..b88ba0bd71 100644 --- a/BioArchLinux/r-recipes/PKGBUILD +++ b/BioArchLinux/r-recipes/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang _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}"