summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 12:11:16 +0000
committerBioArchLinuxBot2022-11-03 12:11:16 +0000
commit3767b67b9973a8cfb985b9e9c47de6f6c1337f40 (patch)
tree37facc76ac8b5095445bbb786a083494ea8a64eb /PKGBUILD
parentf2b6574ca9c4f19923cd0536b96a6d535b68388b (diff)
downloadaur-3767b67b9973a8cfb985b9e9c47de6f6c1337f40.tar.gz
[lilac] updated to 2.0.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a41650460fa3..9acb67406106 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ngsReports
-_pkgver=1.12.4
+_pkgver=2.0.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.4
+pkgver=2.0.0
pkgrel=1
pkgdesc='Load FastqQC reports and other NGS related files'
arch=('any')
@@ -21,6 +21,7 @@ depends=(
r-ggplot2
r-lifecycle
r-lubridate
+ r-patchwork
r-pander
r-plotly
r-readr
@@ -41,7 +42,7 @@ optdepends=(
r-truncnorm
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8dba726978aa3f7414977bddfe64b3f69460a500cdbed7863cb2ab97a83fcc9a')
+sha256sums=('32e8773f5de399270c9f88879673d4b7b75435b9b57ac7ba95bedf73e735063e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"