diff --git a/BioArchLinux/r-fgga/PKGBUILD b/BioArchLinux/r-fgga/PKGBUILD index b371bcdf3e..72401aff99 100644 --- a/BioArchLinux/r-fgga/PKGBUILD +++ b/BioArchLinux/r-fgga/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=fgga _pkgver=1.2.0 pkgname=r-${_pkgname,,} -pkgver=${_pkgver//[:-]/.} +pkgver=1.2.0 pkgrel=1 pkgdesc='Hierarchical ensemble method based on factor graph' arch=('any') @@ -28,7 +28,7 @@ optdepends=( r-rmarkdown ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('a') +sha256sums=('98c5039cad04b445c79f4c6b4c5fc915a35debf29c6b3cb2aa1eb79e6a7c3b43') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"