summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-16 00:55:20 +0000
committerBioArchLinuxBot2022-12-16 00:55:20 +0000
commit2e1cc043674dce13232b4cb0598e3add2cf1698c (patch)
treeb5fd70f2097f3552e4b9aee325086dfece234e6e
parent9bd5e5608940aa08e45851ca4453fcca2c6a322b (diff)
downloadaur-2e1cc043674dce13232b4cb0598e3add2cf1698c.tar.gz
[lilac] updated to 1.12.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a18207eeff51..3bb8699b21c4 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.12.0
+ pkgver = 1.12.1
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.12.0.tar.gz
- sha256sums = baefe00b57f1c717b901618c9d04353d2858d28e20b52626a2065bd939cdacfa
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/scGPS_1.12.1.tar.gz
+ sha256sums = b00a161a3f95790875d293c761e0c8c7396fc60f9e2a56a953162c69d9593a19
pkgname = r-scgps
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}"