summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 23:15:07 +0000
committerBioArchLinuxBot2023-04-27 23:15:07 +0000
commitf6def03dbd18a713e70407b8d63993b83eb0c5fc (patch)
tree46378693e355fa1499f77db88da392d44a2c92a4
parentb0d230eecce8d36a00d2ba661c8d77233e1d2c13 (diff)
downloadaur-f6def03dbd18a713e70407b8d63993b83eb0c5fc.tar.gz
[lilac] updated to 1.24.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3cf37e58015..86ef59d56ce9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-scone
pkgdesc = Single Cell Overview of Normalized Expression data
- pkgver = 1.22.0
+ pkgver = 1.24.0
pkgrel = 1
url = https://bioconductor.org/packages/scone
arch = any
@@ -45,7 +45,7 @@ pkgbase = r-scone
optdepends = r-tenxpbmcdata
optdepends = r-testthat
optdepends = r-visnetwork
- source = https://bioconductor.org/packages/release/bioc/src/contrib/scone_1.22.0.tar.gz
- sha256sums = e72a5eea43dfbc40b81e379ba7dc30b880c8aba58feb65cdda54e28e444ee05d
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/scone_1.24.0.tar.gz
+ sha256sums = 3c5c61232fc89311b715f2f8268a984e6b27732274a88e67fa58140ba068796c
pkgname = r-scone
diff --git a/PKGBUILD b/PKGBUILD
index e9635ef4ef9e..ab8718f9447b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scone
-_pkgver=1.22.0
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.24.0
pkgrel=1
pkgdesc='Single Cell Overview of Normalized Expression data'
arch=('any')
@@ -54,7 +54,7 @@ optdepends=(
r-visnetwork
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e72a5eea43dfbc40b81e379ba7dc30b880c8aba58feb65cdda54e28e444ee05d')
+sha256sums=('3c5c61232fc89311b715f2f8268a984e6b27732274a88e67fa58140ba068796c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"