r-ggcyto: auto updated to 1.30.2-1

This commit is contained in:
BioArchLinuxBot 2024-03-05 00:06:26 +00:00
parent f2f2aa7bee
commit 5aaee9c86a

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ggcyto _pkgname=ggcyto
_pkgver=1.30.0 _pkgver=1.30.2
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.30.0 pkgver=1.30.2
pkgrel=1 pkgrel=1
pkgdesc='Visualize Cytometry data with ggplot' pkgdesc='Visualize Cytometry data with ggplot'
arch=('any') arch=('any')
@ -35,7 +35,7 @@ optdepends=(
r-vdiffr r-vdiffr
) )
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=('0dde12b79d76ab0d1fa1fdf61d825ae681fd0cb4611f40dd4181e6264a2aec8f') sha256sums=('f63c3019a2702a94f8d34e5169093aa24a6f08b7a5e1d87b2ee3faabcc1ae245')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"