r-oppar: auto updated to 1.34.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-22 19:33:15 +00:00
parent dcefe24463
commit b2184a26d1

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=oppar
_pkgver=1.32.0
_pkgver=1.34.0
pkgname=r-${_pkgname,,}
pkgver=1.32.0
pkgver=1.34.0
pkgrel=1
pkgdesc='Outlier profile and pathway analysis in R'
arch=('x86_64')
@ -25,7 +25,7 @@ optdepends=(
r-snow
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('bd3455a8b5ad797b128c6ff71361107c36c72a461289a49de9a1d4c07d6bacad')
sha256sums=('0d64f19454bb20411f60bee39b8646599451833ad6cb94245cadc14a8928f1c0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"