diff --git a/BioArchLinux/r-repviz/PKGBUILD b/BioArchLinux/r-repviz/PKGBUILD index addeb3d2ad..16640d7433 100644 --- a/BioArchLinux/r-repviz/PKGBUILD +++ b/BioArchLinux/r-repviz/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=RepViz _pkgver=1.10.0 pkgname=r-${_pkgname,,} -pkgver=${_pkgver//[:-]/.} +pkgver=1.10.0 pkgrel=1 pkgdesc='Replicate oriented Visualization of a genomic region' arch=('any') @@ -23,7 +23,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('a') +sha256sums=('307d19d83cc68f0c4cc09384cb098bda7d278e381320913e32143a2e7e7a1e8f') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"