diff --git a/BioArchLinux/r-bayseq/PKGBUILD b/BioArchLinux/r-bayseq/PKGBUILD index 26ee961ce6..5610981264 100644 --- a/BioArchLinux/r-bayseq/PKGBUILD +++ b/BioArchLinux/r-bayseq/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: Guoyi Zhang _pkgname=baySeq -_pkgver=2.28.0 +_pkgver=2.30.0 pkgname=r-${_pkgname,,} -pkgver=2.28.0 -pkgrel=2 +pkgver=2.30.0 +pkgrel=1 pkgdesc='Empirical Bayesian analysis of patterns of differential expression in count data' arch=('any') url="https://bioconductor.org/packages/${_pkgname}" @@ -20,7 +20,7 @@ optdepends=( r-biocstyle ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('19b5cd9837bf3711926b87674fa8083bfe6fed74ae76a931279fb183c4e2fdfd') +sha256sums=('52d843b27f8d48b8119ded918fd88b17640c0271d8a07e66165a8ced9b9d1efb') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"