summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 06:33:52 +0000
committerBioArchLinuxBot2023-10-27 06:33:52 +0000
commit18a7c8ed12572aad706b1fb638bca7e057dedac5 (patch)
tree7937db8bf97da68fcabc4586bf7f8920bfcafb6c /PKGBUILD
parent8e18eceec469869d5c64199a46a81ad78ed31fc1 (diff)
downloadaur-r-dune.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 474d15d14d63..b102fab36fc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Dune
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.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=('de5186d95ca0f51f47adef92a4b705c33834595dc5075b2381bdb4b10359da1e')
+sha256sums=('0485adfe2acd245824e1c7eaa356338cbecdad24fa53585b29b46ab4b5b914cc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"