summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-18 11:47:00 +0000
committerBioArchLinuxBot2025-04-18 11:47:00 +0000
commit0c62accebaa1b1fb5f38a52243cfbdf16fd691a6 (patch)
treec0e9e0632d5e8a1cbb84c41e4502cce3ebc66c57 /PKGBUILD
parent100740d2e00af3ed8db4f078e78fa3c7a1292cba (diff)
downloadaur-r-splatter.tar.gz
[lilac] updated to 1.32.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf09eed736d5..744d425959d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=splatter
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.0
pkgrel=1
pkgdesc='Simple Simulation of Single-cell RNA Sequencing Data'
arch=('any')
@@ -60,7 +60,7 @@ optdepends=(
r-zinbwave
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5322b0366505b75cfeec59faeb804660327fee7a33a9425787ce700e5ee0741e')
+sha256sums=('9e80cc5233f6d4491ddcc0df5535fcc03cdd19d6aa075bb4581063a89affb5bd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"