summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 15:31:40 +0000
committerBioArchLinuxBot2022-11-03 15:31:40 +0000
commit9bd5e5608940aa08e45851ca4453fcca2c6a322b (patch)
treee54c450e7916ebbd6b0e15f84b68537c21cfc765 /PKGBUILD
parent971e7d8eb0dfedb4708e4934902ece753917c423 (diff)
downloadaur-9bd5e5608940aa08e45851ca4453fcca2c6a322b.tar.gz
[lilac] updated to 1.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d657d71f9a49..7345945168b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scGPS
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
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=('7f537f1ce15b67dcb9a8eabeb60f36c655158c087d036a8900f4452ffaf1b57c')
+sha256sums=('baefe00b57f1c717b901618c9d04353d2858d28e20b52626a2065bd939cdacfa')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"