summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-28 13:51:16 +0000
committerBioArchLinuxBot2023-10-28 13:51:16 +0000
commitd6e8a7b7efbd6d830a28d37d3ed8b97b99496a4d (patch)
tree1968d34b169c1965376e37dc193721edcd97d796 /PKGBUILD
parentc6cd703d57c156b2dd62f05d1c84837850ec6476 (diff)
downloadaur-r-slingshot.tar.gz
[lilac] updated to 2.10.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"