summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f30b5087b235..d3760642804b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-reportingtools
pkgdesc = Tools for making reports in various formats
- pkgver = 2.42.3
+ pkgver = 2.44.0
pkgrel = 1
url = https://bioconductor.org/packages/ReportingTools
arch = any
@@ -33,7 +33,7 @@ pkgbase = r-reportingtools
optdepends = r-rmarkdown
optdepends = r-runit
optdepends = r-shiny
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ReportingTools_2.42.3.tar.gz
- sha256sums = e8c0d86a2570add93957ed38a81486a0a8f4f9fa4df9c668765636a95bae3b81
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ReportingTools_2.44.0.tar.gz
+ sha256sums = 27d0fd4af8a36a2a2500016e910bcb99ec34cd521571665c95358e2d6433046f
pkgname = r-reportingtools
diff --git a/PKGBUILD b/PKGBUILD
index 36b950074579..1fb0198391fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ReportingTools
-_pkgver=2.42.3
+_pkgver=2.44.0
pkgname=r-${_pkgname,,}
-pkgver=2.42.3
+pkgver=2.44.0
pkgrel=1
pkgdesc='Tools for making reports in various formats'
arch=('any')
@@ -42,7 +42,7 @@ optdepends=(
r-shiny
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e8c0d86a2570add93957ed38a81486a0a8f4f9fa4df9c668765636a95bae3b81')
+sha256sums=('27d0fd4af8a36a2a2500016e910bcb99ec34cd521571665c95358e2d6433046f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"