summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 07:47:59 +0000
committerBioArchLinuxBot2024-05-03 07:47:59 +0000
commit19344318946824faa354c428b0434b3b48363f6f (patch)
tree8781ebb1717eeac4a49a5aeeeb189fd18dccce2f
parent924539aa74eb38d94059e05ae52986e37722e805 (diff)
downloadaur-r-splatter.tar.gz
[lilac] updated to 1.28.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2de51d25435..a929cb6593b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-splatter
pkgdesc = Simple Simulation of Single-cell RNA Sequencing Data
- pkgver = 1.26.0
+ pkgver = 1.28.0
pkgrel = 1
url = https://bioconductor.org/packages/splatter
arch = any
@@ -51,7 +51,7 @@ pkgbase = r-splatter
optdepends = r-testthat
optdepends = r-variantannotation
optdepends = r-zinbwave
- source = https://bioconductor.org/packages/release/bioc/src/contrib/splatter_1.26.0.tar.gz
- sha256sums = 37de2995ae3b2738f3cb90c598e3a74c5e06dfc459b41f740b406bc8583e8cc0
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/splatter_1.28.0.tar.gz
+ sha256sums = a732e47f07c97e1635f2add25e6742a2b22f28302f826d3e201d354b407631b7
pkgname = r-splatter
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}"