summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 07:47:59 +0000
committerBioArchLinuxBot2024-05-03 07:47:59 +0000
commit19344318946824faa354c428b0434b3b48363f6f (patch)
tree8781ebb1717eeac4a49a5aeeeb189fd18dccce2f /PKGBUILD
parent924539aa74eb38d94059e05ae52986e37722e805 (diff)
downloadaur-r-splatter.tar.gz
[lilac] updated to 1.28.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a25b8e15acc5..1097074d8848 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=splatter
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.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=('37de2995ae3b2738f3cb90c598e3a74c5e06dfc459b41f740b406bc8583e8cc0')
+sha256sums=('a732e47f07c97e1635f2add25e6742a2b22f28302f826d3e201d354b407631b7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"