r-padog: auto updated to 1.36.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 05:17:59 +08:00
parent 05adca16af
commit eb8b845c1d

View file

@ -3,7 +3,7 @@
_pkgname=PADOG
_pkgver=1.36.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.36.0
pkgrel=1
pkgdesc='Pathway Analysis with Down-weighting of Overlapping Genes (PADOG)'
arch=('any')
@ -27,7 +27,7 @@ optdepends=(
r-parallel
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('d50f86aef853960fa2de468d610815b34b3ecaafdac20f604391b42afce442f9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"