summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-21 01:08:03 +0000
committerBioArchLinuxBot2023-01-21 01:08:03 +0000
commit26cbd7f75e6b2742bdbfe955ddb65540c30cc215 (patch)
tree3bbd85dfd93d4f35bdc59799207071e1df8506c6 /PKGBUILD
parent2e1cc043674dce13232b4cb0598e3add2cf1698c (diff)
downloadaur-26cbd7f75e6b2742bdbfe955ddb65540c30cc215.tar.gz
[lilac] updated to 1.12.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6fb3c1d9b210..ded3d3852d96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scGPS
-_pkgver=1.12.1
+_pkgver=1.12.2
pkgname=r-${_pkgname,,}
-pkgver=1.12.1
+pkgver=1.12.2
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=('b00a161a3f95790875d293c761e0c8c7396fc60f9e2a56a953162c69d9593a19')
+sha256sums=('00af624d8a1cb4aedf1641c4c3d4e93d06e909669346662cb8b8dfda802fcf9c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"