summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 15:31:40 +0000
committerBioArchLinuxBot2022-11-03 15:31:40 +0000
commit9bd5e5608940aa08e45851ca4453fcca2c6a322b (patch)
treee54c450e7916ebbd6b0e15f84b68537c21cfc765
parent971e7d8eb0dfedb4708e4934902ece753917c423 (diff)
downloadaur-9bd5e5608940aa08e45851ca4453fcca2c6a322b.tar.gz
[lilac] updated to 1.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7498822c496..a18207eeff51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-scgps
pkgdesc = A complete analysis of single cell subpopulations, from identifying subpopulations to analysing their relationship (scGPS = single cell Global Predictions of Subpopulation)
- pkgver = 1.10.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://bioconductor.org/packages/scGPS
arch = x86_64
@@ -40,7 +40,7 @@ pkgbase = r-scgps
optdepends = r-testthat
optdepends = r-wgcna
optdepends = r-xlsx
- source = https://bioconductor.org/packages/release/bioc/src/contrib/scGPS_1.10.0.tar.gz
- sha256sums = 7f537f1ce15b67dcb9a8eabeb60f36c655158c087d036a8900f4452ffaf1b57c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/scGPS_1.12.0.tar.gz
+ sha256sums = baefe00b57f1c717b901618c9d04353d2858d28e20b52626a2065bd939cdacfa
pkgname = r-scgps
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}"