summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 20:21:49 +0000
committerBioArchLinuxBot2023-04-27 20:21:49 +0000
commitb6bf553d1ea8ebe71f778a05b1705da0d136c97a (patch)
treee2d919a7c4818369b6c69c89c4fc5ba978a902ef /PKGBUILD
parent26cbd7f75e6b2742bdbfe955ddb65540c30cc215 (diff)
downloadaur-b6bf553d1ea8ebe71f778a05b1705da0d136c97a.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ded3d3852d96..b649a4916ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scGPS
-_pkgver=1.12.2
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.2
+pkgver=1.14.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=('00af624d8a1cb4aedf1641c4c3d4e93d06e909669346662cb8b8dfda802fcf9c')
+sha256sums=('de7a1bec12763c696182f07de065a54b72df501be4b6bfffe6d881e6b4d6a2f5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"