summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 05:12:17 +0000
committerBioArchLinuxBot2022-11-03 05:12:17 +0000
commit04ddaac7dc201ce274f917f2b8718a2207a58aef (patch)
tree77efe7fcc578e70f9d13caa10e4befaaa8559ef4 /PKGBUILD
parentf3d7a1e8d02ec85d728538f2a20c703f36e90582 (diff)
downloadaur-04ddaac7dc201ce274f917f2b8718a2207a58aef.tar.gz
[lilac] updated to 1.4.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c279335c563d..a51f2817d426 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scReClassify
-_pkgver=1.2.0
+_pkgver=1.4.0
pkgname=r-${_pkgname,,}
-pkgver=1.2.0
+pkgver=1.4.0
pkgrel=1
pkgdesc='scReClassify: post hoc cell type classification of single-cell RNA-seq data'
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9abb16d838da003c09f501c7444d2959f0a8fed1cac5f71857459d60b7eddca9')
+sha256sums=('805af7199b906e8cb6356adb9ea951cbef79ea7f323778fe815d0b9deaf3054b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"