summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-16 00:55:20 +0000
committerBioArchLinuxBot2022-12-16 00:55:20 +0000
commit2e1cc043674dce13232b4cb0598e3add2cf1698c (patch)
treeb5fd70f2097f3552e4b9aee325086dfece234e6e /PKGBUILD
parent9bd5e5608940aa08e45851ca4453fcca2c6a322b (diff)
downloadaur-2e1cc043674dce13232b4cb0598e3add2cf1698c.tar.gz
[lilac] updated to 1.12.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7345945168b5..6fb3c1d9b210 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scGPS
-_pkgver=1.12.0
+_pkgver=1.12.1
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.12.1
pkgrel=1
pkgdesc='A complete analysis of single cell subpopulations, from identifying subpopulations to analysing their relationship (scGPS = single cell Global Predictions of Subpopulation)'
arch=('x86_64')
@@ -50,7 +50,7 @@ optdepends=(
r-xlsx
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('baefe00b57f1c717b901618c9d04353d2858d28e20b52626a2065bd939cdacfa')
+sha256sums=('b00a161a3f95790875d293c761e0c8c7396fc60f9e2a56a953162c69d9593a19')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"