summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 21:14:43 +0000
committerBioArchLinuxBot2022-11-02 21:14:43 +0000
commit7d13e55885c12e3df41b47e122ff0af7dee3a69b (patch)
tree9c05bef9ecbbcfeacc7553f664a8cc07557aa35e
parentc351bab90ff5bd1b609b1a13b8e5ec8a5a4396e2 (diff)
downloadaur-7d13e55885c12e3df41b47e122ff0af7dee3a69b.tar.gz
[lilac] updated to 1.22.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2afc2dab214..f33394878868 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-cellscape
pkgdesc = Explores single cell copy number profiles in the context of a single cell tree
- pkgver = 1.20.0
+ pkgver = 1.22.0
pkgrel = 1
url = https://bioconductor.org/packages/cellscape
arch = any
@@ -15,7 +15,7 @@ pkgbase = r-cellscape
depends = r-stringr
optdepends = r-knitr
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/cellscape_1.20.0.tar.gz
- sha256sums = 1aeeb7b3e82aa26a9cffff61a7c731555a81e9556609f235f19d8f46b83e1fcc
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/cellscape_1.22.0.tar.gz
+ sha256sums = c5f5f968821f1fe68835684b6f5e73a3c56bb8d8d114918efe656b8861c17a2d
pkgname = r-cellscape
diff --git a/PKGBUILD b/PKGBUILD
index 6f1ea9edb7a3..df28f391bc87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=cellscape
-_pkgver=1.20.0
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.22.0
pkgrel=1
pkgdesc='Explores single cell copy number profiles in the context of a single cell tree'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1aeeb7b3e82aa26a9cffff61a7c731555a81e9556609f235f19d8f46b83e1fcc')
+sha256sums=('c5f5f968821f1fe68835684b6f5e73a3c56bb8d8d114918efe656b8861c17a2d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"