summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-29 18:02:38 +0000
committerBioArchLinuxBot2023-05-29 18:02:38 +0000
commit3f4facab9888bb25a173851dfdab649118ab5756 (patch)
treec4e64cc1de013929aef1d128ba70a8a240bcc6f1 /PKGBUILD
parentadd33057003708b2cb61a29b1934e226c91ede81 (diff)
downloadaur-3f4facab9888bb25a173851dfdab649118ab5756.tar.gz
[lilac] updated to 2.2.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c39c24a0db56..911ba0458149 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ngsReports
-_pkgver=2.2.1
+_pkgver=2.2.2
pkgname=r-${_pkgname,,}
-pkgver=2.2.1
+pkgver=2.2.2
pkgrel=1
pkgdesc='Load FastqQC reports and other NGS related files'
arch=('any')
@@ -44,7 +44,7 @@ optdepends=(
r-truncnorm
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8959ad1aeba95ae9b87f8efb6c5564d892a5b91570d4b3e81d1054c0e7e8955e')
+sha256sums=('453db823bee3f567a880376e015fc6ff6de9881bbc1b7039bc952deba700ec8d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"