summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 20:21:49 +0000
committerBioArchLinuxBot2023-04-27 20:21:49 +0000
commitb6bf553d1ea8ebe71f778a05b1705da0d136c97a (patch)
treee2d919a7c4818369b6c69c89c4fc5ba978a902ef
parent26cbd7f75e6b2742bdbfe955ddb65540c30cc215 (diff)
downloadaur-b6bf553d1ea8ebe71f778a05b1705da0d136c97a.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bbb8ae732cd..409c21376ef4 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.2
+ pkgver = 1.14.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.12.2.tar.gz
- sha256sums = 00af624d8a1cb4aedf1641c4c3d4e93d06e909669346662cb8b8dfda802fcf9c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/scGPS_1.14.0.tar.gz
+ sha256sums = de7a1bec12763c696182f07de065a54b72df501be4b6bfffe6d881e6b4d6a2f5
pkgname = r-scgps
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}"