r-gatefinder: auto updated to 1.14.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-13 23:07:58 +08:00
parent 25fd93599c
commit 6537759cef

View file

@ -3,7 +3,7 @@
_pkgname=GateFinder
_pkgver=1.14.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.14.0
pkgrel=1
pkgdesc='Projection-based Gating Strategy Optimization for Flow and Mass Cytometry'
arch=('any')
@ -22,7 +22,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('260e374612f0ced4be367849d6f0837ac8b31fee21fc93b333ae4b60e57b6e4f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"