summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-21 01:08:03 +0000
committerBioArchLinuxBot2023-01-21 01:08:03 +0000
commit26cbd7f75e6b2742bdbfe955ddb65540c30cc215 (patch)
tree3bbd85dfd93d4f35bdc59799207071e1df8506c6
parent2e1cc043674dce13232b4cb0598e3add2cf1698c (diff)
downloadaur-26cbd7f75e6b2742bdbfe955ddb65540c30cc215.tar.gz
[lilac] updated to 1.12.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bb8699b21c4..1bbb8ae732cd 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.1
+ pkgver = 1.12.2
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.1.tar.gz
- sha256sums = b00a161a3f95790875d293c761e0c8c7396fc60f9e2a56a953162c69d9593a19
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/scGPS_1.12.2.tar.gz
+ sha256sums = 00af624d8a1cb4aedf1641c4c3d4e93d06e909669346662cb8b8dfda802fcf9c
pkgname = r-scgps
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}"