r-cytolib: auto updated to 2.12.1-1

This commit is contained in:
BioArchLinuxBot 2023-07-18 00:18:39 +00:00
parent e103d8072d
commit dda4dcbe0c

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=cytolib
_pkgver=2.12.0
_pkgver=2.12.1
pkgname=r-${_pkgname,,}
pkgver=2.12.0
pkgver=2.12.1
pkgrel=1
pkgdesc='C++ infrastructure for representing and interacting with the gated cytometry data'
arch=('x86_64')
@ -23,7 +23,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('82d45fe04f94f3765417f5307db26a9dbaaf22691350708dc68460288149a864')
sha256sums=('1fcf5c4f45411321fd4fd8b8a0ace9955ab195c8f1a3fdcf037f8b345311db55')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"