diff --git a/BioArchLinux/r-graper/PKGBUILD b/BioArchLinux/r-graper/PKGBUILD index e1ce8a35fe..dcbb74d706 100644 --- a/BioArchLinux/r-graper/PKGBUILD +++ b/BioArchLinux/r-graper/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang _pkgname=graper -_pkgver=1.20.0 +_pkgver=1.22.0 pkgname=r-${_pkgname,,} -pkgver=1.20.0 +pkgver=1.22.0 pkgrel=1 pkgdesc='Adaptive penalization in high-dimensional regression and classification with external covariates using variational Bayes' arch=('x86_64') @@ -25,7 +25,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('91474a34e77766fbbdae549fad6f6c94afde148fba76b65eecebf73936db9fc1') +sha256sums=('16273bde1244e33cd25b45744158bf24f9888d94fef4c1d9724230e29a79c2a3') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"