diff --git a/BioArchLinux/r-dta/PKGBUILD b/BioArchLinux/r-dta/PKGBUILD index 2ef797c8fa..41bd618a70 100644 --- a/BioArchLinux/r-dta/PKGBUILD +++ b/BioArchLinux/r-dta/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: Guoyi Zhang _pkgname=DTA -_pkgver=2.40.0 +_pkgver=2.42.0 pkgname=r-${_pkgname,,} -pkgver=2.40.0 -pkgrel=2 +pkgver=2.42.0 +pkgrel=1 pkgdesc='Dynamic Transcriptome Analysis' arch=('any') url="https://bioconductor.org/packages/${_pkgname}" @@ -15,7 +15,7 @@ depends=( r-scatterplot3d ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('e1096e23bd7cda28e1820b6973af69af7217da9568030503119c421fb4acb7a4') +sha256sums=('84ff2b9bc419c66f69f5550d50a733d223696e2e55dbf62e45dfb2febef8a78f') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"