summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-07 06:51:09 +0000
committerBioArchLinuxBot2022-11-07 06:51:09 +0000
commitb7e413f562a783a7bcc7eb5927dcafdcdcc6bfd3 (patch)
tree6baa5df8ad59af2af55fc566d0499fb31696f774
parent7ed45a5d9e7d10b2732f53b1eb02b80d9b7a9122 (diff)
downloadaur-b7e413f562a783a7bcc7eb5927dcafdcdcc6bfd3.tar.gz
[lilac] updated to 1.22.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f128cfcbe0e4..ad777d5a1ed3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-splatter
pkgdesc = Simple Simulation of Single-cell RNA Sequencing Data
- pkgver = 1.20.0
+ pkgver = 1.22.0
pkgrel = 1
url = https://bioconductor.org/packages/splatter
arch = any
@@ -49,7 +49,7 @@ pkgbase = r-splatter
optdepends = r-testthat
optdepends = r-variantannotation
optdepends = r-zinbwave
- source = https://bioconductor.org/packages/release/bioc/src/contrib/splatter_1.20.0.tar.gz
- sha256sums = 0eaf0ef914c0a8fdffe6ddaff6dc98441a4a9016fb26972cd03faaae65e005ae
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/splatter_1.22.0.tar.gz
+ sha256sums = 4b6d264bf8dcf0d7066171dbc889c568a24ad21c5189ad052c0226bcaef23b9d
pkgname = r-splatter
diff --git a/PKGBUILD b/PKGBUILD
index 27a0f3a733a3..aa0fe741d865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=splatter
-_pkgver=1.20.0
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.22.0
pkgrel=1
pkgdesc='Simple Simulation of Single-cell RNA Sequencing Data'
arch=('any')
@@ -58,7 +58,7 @@ optdepends=(
r-zinbwave
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0eaf0ef914c0a8fdffe6ddaff6dc98441a4a9016fb26972cd03faaae65e005ae')
+sha256sums=('4b6d264bf8dcf0d7066171dbc889c568a24ad21c5189ad052c0226bcaef23b9d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"