diff --git a/BioArchLinux/r-basecallqc/PKGBUILD b/BioArchLinux/r-basecallqc/PKGBUILD index 291cc91d7a..b3bf5116e1 100644 --- a/BioArchLinux/r-basecallqc/PKGBUILD +++ b/BioArchLinux/r-basecallqc/PKGBUILD @@ -2,9 +2,9 @@ # Maintainer: Guoyi Zhang _pkgname=basecallQC -_pkgver=1.28.0 +_pkgver=1.30.0 pkgname=r-${_pkgname,,} -pkgver=1.28.0 +pkgver=1.30.0 pkgrel=1 pkgdesc='Working with Illumina Basecalling and Demultiplexing input and output files' arch=('any') @@ -33,7 +33,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('03d50c2cb30e3cd709c7233853956563db185b685f62eff3ad227bd6537c6a0c') +sha256sums=('cd6c7973db26fc582701705e86cc63bf4efd7d1eeffa079563b6bbb903b51008') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"