summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-13 04:37:07 +0000
committerBioArchLinuxBot2022-11-13 04:37:07 +0000
commitf8947d005e92183cf624499c37f2f981419cf908 (patch)
treebc5e4051f389745fe48759e83a75f092e69589a1
parent3767b67b9973a8cfb985b9e9c47de6f6c1337f40 (diff)
downloadaur-f8947d005e92183cf624499c37f2f981419cf908.tar.gz
[lilac] updated to 2.0.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b2e22975598..5269b2c105d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-ngsreports
pkgdesc = Load FastqQC reports and other NGS related files
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://bioconductor.org/packages/ngsReports
arch = any
@@ -33,7 +33,7 @@ pkgbase = r-ngsreports
optdepends = r-knitr
optdepends = r-testthat
optdepends = r-truncnorm
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ngsReports_2.0.0.tar.gz
- sha256sums = 32e8773f5de399270c9f88879673d4b7b75435b9b57ac7ba95bedf73e735063e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ngsReports_2.0.1.tar.gz
+ sha256sums = 27677c0f78e1aeaa08dbc24965e47c7080c9f6f036a2edcd79e1357d96105091
pkgname = r-ngsreports
diff --git a/PKGBUILD b/PKGBUILD
index 9acb67406106..b6300fd50dfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ngsReports
-_pkgver=2.0.0
+_pkgver=2.0.1
pkgname=r-${_pkgname,,}
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc='Load FastqQC reports and other NGS related files'
arch=('any')
@@ -42,7 +42,7 @@ optdepends=(
r-truncnorm
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('32e8773f5de399270c9f88879673d4b7b75435b9b57ac7ba95bedf73e735063e')
+sha256sums=('27677c0f78e1aeaa08dbc24965e47c7080c9f6f036a2edcd79e1357d96105091')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"