summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 03:27:51 +0000
committerBioArchLinuxBot2022-11-03 03:27:51 +0000
commit9a3d6973c07813b1bbae0aa9652bf2fe6fee1c64 (patch)
treefd205cfaec614872b5abea4bda69a1c615354bc9 /PKGBUILD
parent83d88bad079f915e5ccbec45d2b6ddd13fb5806b (diff)
downloadaur-9a3d6973c07813b1bbae0aa9652bf2fe6fee1c64.tar.gz
[lilac] updated to 1.20.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 705fe4450564..f32763173157 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SingleCellExperiment
-_pkgver=1.18.1
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.1
+pkgver=1.20.0
pkgrel=1
pkgdesc='S4 Classes for Single Cell Data'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a0ef14dc777a1a71e67e50c9144981ed6a1eaaafca4e9aa58f19bfd50122388e')
+sha256sums=('4fa8af4bb12c045628b6448d63a8fad302e700abfafe0120263c01301c4f2cf9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"