diff --git a/BioArchLinux/r-golem/PKGBUILD b/BioArchLinux/r-golem/PKGBUILD index 1b3086d82c..3c1f7b87f3 100644 --- a/BioArchLinux/r-golem/PKGBUILD +++ b/BioArchLinux/r-golem/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang _pkgname=golem -_pkgver=0.5.0 +_pkgver=0.5.1 pkgname=r-${_pkgname,,} -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=1 pkgdesc='A Framework for Robust Shiny Applications' arch=('any') @@ -48,7 +48,7 @@ optdepends=( r-withr ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('fd47eb3b2029135bf942c09e9ea6000b9efa402e3603b135fe1c4cdc71bfc10a') +sha256sums=('86d66415cb117c7a0ad186f174c1d3482565266cbc8b226f9a6853bdf1973f1d') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"