summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 01:58:42 +0000
committerBioArchLinuxBot2024-05-02 01:58:42 +0000
commit66673c8e0eb979633447da409ee827aabed86003 (patch)
tree9bffc10f6c6456ddcc1c4a21e1f3f8c5e005c85e /PKGBUILD
parent1e6036d36331770afc7c56326e14f5ae75bd0c01 (diff)
downloadaur-66673c8e0eb979633447da409ee827aabed86003.tar.gz
[lilac] updated to 1.20.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed0f55941a1a..6d762d24a5d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RcwlPipelines
-_pkgver=1.18.1
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.1
+pkgver=1.20.0
pkgrel=1
pkgdesc='Bioinformatics pipelines based on Rcwl'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('65b033a94322587a67742cf1426e69356d330e9578cc70cf342a655f6141c9d9')
+sha256sums=('e1ded1fbd4d48a3f0cfcc7be6759f735a32234642aec07ded5611097dacb3bae')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"