r-dropletutils: auto updated to 1.14.2-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 02:55:12 +08:00
parent 6c72db5161
commit 47b9ea4306

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DropletUtils
_pkgver=1.14.1
_pkgver=1.14.2
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.14.2
pkgrel=1
pkgdesc='Utilities for Handling Single-Cell Droplet Data'
arch=('x86_64')
@ -41,7 +41,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('b162122b443e9441310056f5104f348549a838464e92d0ca03193b453f68926e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"