r-oppar: auto updated to 1.24.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-08 13:20:24 +00:00
parent ab3546b6da
commit 3e0d3ad6d9

View file

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