r-cytolib: auto updated to 2.8.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 03:02:54 +00:00
parent cca872b4b7
commit e2283aa663

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=cytolib _pkgname=cytolib
_pkgver=2.6.2 _pkgver=2.8.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.6.2 pkgver=2.8.0
pkgrel=2 pkgrel=1
pkgdesc='C++ infrastructure for representing and interacting with the gated cytometry data' pkgdesc='C++ infrastructure for representing and interacting with the gated cytometry data'
arch=('x86_64') arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -26,7 +26,7 @@ optdepends=(
r-rmarkdown r-rmarkdown
) )
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=('c55fe234f394101d7e7419d478397fe2cc7b9f74932e16f9df1944372b279979') sha256sums=('cf4b6d2f32610c14c967ac791ea762e187776ace978c6135a2453116b51865a1')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"