summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 13:16:48 +0000
committerBioArchLinuxBot2022-11-03 13:16:48 +0000
commit520159b3d10bb872dda7bf047e2d9ddf677b5b39 (patch)
treed5feb64c0373d18265d9bd0d0bace5a768f0d9d6 /PKGBUILD
parentd2c1f2ec1c3052e76c964cf6ba6dfe83e76342eb (diff)
downloadaur-520159b3d10bb872dda7bf047e2d9ddf677b5b39.tar.gz
[lilac] updated to 1.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 34462bf41ad6..37182230b078 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Dune
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='Improving replicability in single-cell RNA-Seq cell type discovery'
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ec2e7ff1126b5f2c99d7fc1721e80911e3e8bb53628d45d73e532008a55c7075')
+sha256sums=('2efa3f9ad20df3937342b1a61d4c24e7df99a0daaa5c36c4ffcd5f5f2683720e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"