diff --git a/BioArchLinux/r-fastqcleaner/PKGBUILD b/BioArchLinux/r-fastqcleaner/PKGBUILD index 3bc48ea2e0..900f00f680 100644 --- a/BioArchLinux/r-fastqcleaner/PKGBUILD +++ b/BioArchLinux/r-fastqcleaner/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang _pkgname=FastqCleaner -_pkgver=1.22.0 +_pkgver=1.24.0 pkgname=r-${_pkgname,,} -pkgver=1.22.0 +pkgver=1.24.0 pkgrel=1 pkgdesc='A Shiny Application for Quality Control, Filtering and Trimming of FASTQ Files' arch=('x86_64') @@ -28,7 +28,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('99b5f3e54e3dff9880f1c215a2b2672555ee50514fd087de82fc088ed6788b2f') +sha256sums=('dbccc29e9b3ee5740283b9c115141cb11092647b83783a8a5670a357080762f0') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"