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}"