summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c20afde5dfcf..06bf7e9d56a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-slingshot
pkgdesc = Tools for ordering single-cell sequencing
- pkgver = 2.8.0
+ pkgver = 2.10.0
pkgrel = 1
url = https://bioconductor.org/packages/slingshot
arch = any
@@ -26,7 +26,7 @@ pkgbase = r-slingshot
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-uwot
- source = https://bioconductor.org/packages/release/bioc/src/contrib/slingshot_2.8.0.tar.gz
- sha256sums = a7a329de427529c09fa9144f5a2822e04fe7b06219a7a078dbec3a8b5e3e21f7
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/slingshot_2.10.0.tar.gz
+ sha256sums = 2d30c816b11d7f32ed87afcdf3a30cb9e130a1abac28d8c792d556c2ae047260
pkgname = r-slingshot
diff --git a/PKGBUILD b/PKGBUILD
index 6ec33b961586..fb33cc157429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=slingshot
-_pkgver=2.8.0
+_pkgver=2.10.0
pkgname=r-${_pkgname,,}
-pkgver=2.8.0
+pkgver=2.10.0
pkgrel=1
pkgdesc='Tools for ordering single-cell sequencing'
arch=('any')
@@ -35,7 +35,7 @@ optdepends=(
r-uwot
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a7a329de427529c09fa9144f5a2822e04fe7b06219a7a078dbec3a8b5e3e21f7')
+sha256sums=('2d30c816b11d7f32ed87afcdf3a30cb9e130a1abac28d8c792d556c2ae047260')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"