summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-19 06:01:53 +0000
committerBioArchLinuxBot2023-10-19 06:01:53 +0000
commit76963c78c0fedbdb9c6a61325bff3aaffb688f73 (patch)
tree0f7b68064cf0b866fa611a65618cd32e7628ef68 /PKGBUILD
parent2dcbb08312c71ebc321cd2f61f29a25d309f4dca (diff)
downloadaur-r-sctransform.tar.gz
[lilac] updated to 0.4.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4cb3a5a325b..0f84d8e6c66e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=sctransform
-_pkgver=0.4.0
+_pkgver=0.4.1
pkgname=r-${_pkgname,,}
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc='Variance Stabilizing Transformations for Single Cell UMI Data'
arch=('x86_64')
@@ -32,7 +32,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9aef10c196a9578e0d7a8e244c55cf28eb0685947d9df9e2d7790c2b99c6b4b3')
+sha256sums=('5f6be7f8be543e4c32c8007207b603a750881459370b7bb5afd63e8c8fabf171')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"