summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 19:00:10 +0000
committerBioArchLinuxBot2024-05-02 19:00:10 +0000
commite7204081297dc013e5a542bbebee54454d5f41c3 (patch)
tree8179ba3b26476838be9b4a32e284a9d412f972e8 /PKGBUILD
parented5073418081f5d3fd4ef70379ab6894fb91cd71 (diff)
downloadaur-r-singlecellexperiment.tar.gz
[lilac] updated to 1.26.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21484c422c5d..a0e308cc631a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SingleCellExperiment
-_pkgver=1.24.0
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.26.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=('c4670774e28468028bc62971a78f2576a10fb90c4b832c0a6c34785a4fb28460')
+sha256sums=('76e080bbed5634caf152a02799d722750ede9ecf2b97bd9743bd949732984b27')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"