summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-10 18:03:03 +0000
committerBioArchLinuxBot2023-06-10 18:03:03 +0000
commit1811d89b3f5236a47d0559d8528811942f7c009a (patch)
tree2d8cb69878e5115105c8583f0980ae038e0f74f3
parentd1500c9226bce42107a4617b6b2cacc3b72d620c (diff)
downloadaur-1811d89b3f5236a47d0559d8528811942f7c009a.tar.gz
[lilac] updated to 1.22.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60d8c42ff671..d04b5d07d24a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-delayedmatrixstats
pkgdesc = Functions that Apply to Rows and Columns of 'DelayedMatrix' Objects
- pkgver = 1.22.0
+ pkgver = 1.22.1
pkgrel = 1
url = https://bioconductor.org/packages/DelayedMatrixStats
arch = any
@@ -20,7 +20,7 @@ pkgbase = r-delayedmatrixstats
optdepends = r-profmem
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/DelayedMatrixStats_1.22.0.tar.gz
- sha256sums = f2e0938ab28fbcee336effc93157bbf09c3e6273739c0c28adf5cbbacd994dd6
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/DelayedMatrixStats_1.22.1.tar.gz
+ sha256sums = efc534b9fd479eedba4a4f3fd9c9904f1a86571f0b3c3e99f0c5c04f0ea7388e
pkgname = r-delayedmatrixstats
diff --git a/PKGBUILD b/PKGBUILD
index b30f9d22b4cc..807f40a08611 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DelayedMatrixStats
-_pkgver=1.22.0
+_pkgver=1.22.1
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.22.1
pkgrel=1
pkgdesc="Functions that Apply to Rows and Columns of 'DelayedMatrix' Objects"
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f2e0938ab28fbcee336effc93157bbf09c3e6273739c0c28adf5cbbacd994dd6')
+sha256sums=('efc534b9fd479eedba4a4f3fd9c9904f1a86571f0b3c3e99f0c5c04f0ea7388e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"