r-oveseg: auto updated to 1.12.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 07:14:03 +00:00
parent b9775ef925
commit 6b8d76fd6f

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=OVESEG _pkgname=OVESEG
_pkgver=1.10.0 _pkgver=1.12.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.10.0 pkgver=1.12.0
pkgrel=2 pkgrel=1
pkgdesc='OVESEG-test to detect tissue/cell-specific markers' pkgdesc='OVESEG-test to detect tissue/cell-specific markers'
arch=('x86_64') arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -31,7 +31,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('47e833f664e9e3408ebb4b58a769fef0f1ce62c76b8b3fb4f8d44a4c9c29c004') sha256sums=('d1c843b7d97849505e37f2ba858b4de61b000ebe01df88725b439d17c20de5a7')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"