r-sctransform: auto updated to 0.3.4-1

This commit is contained in:
BioArchLinuxBot 2022-08-21 00:01:35 +00:00
parent 025e644f43
commit 6c1e7dfc4b

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=sctransform
_pkgver=0.3.3
_pkgver=0.3.4
pkgname=r-${_pkgname,,}
pkgver=0.3.3
pkgrel=5
pkgver=0.3.4
pkgrel=1
pkgdesc='Variance Stabilizing Transformations for Single Cell UMI Data'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@ -30,7 +30,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('83af125c40f211e1ddae5098f88766aea1453c02ae98486081f3efadb3620b2b')
sha256sums=('0f6c8b63195c2a38012eb220744b7022bd731afcc5d2ad4a51e4709ee7d215da')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"