summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-08 12:46:20 +0000
committerBioArchLinuxBot2023-05-08 12:46:20 +0000
commitff8f3e97da8d8f8dbf596e93a175ce3c26980216 (patch)
tree6da80563f1c9807c0448dbcfc2347bbb046f03c8
parentb6bf553d1ea8ebe71f778a05b1705da0d136c97a (diff)
downloadaur-ff8f3e97da8d8f8dbf596e93a175ce3c26980216.tar.gz
[lilac] updated to 1.14.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 409c21376ef4..50b05538ef71 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.14.0
+ pkgver = 1.14.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.14.0.tar.gz
- sha256sums = de7a1bec12763c696182f07de065a54b72df501be4b6bfffe6d881e6b4d6a2f5
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/scGPS_1.14.1.tar.gz
+ sha256sums = f586932b5625e14709346fd9c778ccca66c9219e06204974055ded72bb5d2a24
pkgname = r-scgps
diff --git a/PKGBUILD b/PKGBUILD
index b649a4916ffe..9d78873566df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scGPS
-_pkgver=1.14.0
+_pkgver=1.14.1
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.14.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=('de7a1bec12763c696182f07de065a54b72df501be4b6bfffe6d881e6b4d6a2f5')
+sha256sums=('f586932b5625e14709346fd9c778ccca66c9219e06204974055ded72bb5d2a24')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"