summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-03-26 18:10:49 +0000
committerBioArchLinuxBot2024-03-26 18:10:49 +0000
commit1e6036d36331770afc7c56326e14f5ae75bd0c01 (patch)
treefe23fb92df584fe27d043f17189c1c9f25e713fc /PKGBUILD
parentd8fbfba37524859ec1d0dae8d4372c2c6140334f (diff)
downloadaur-1e6036d36331770afc7c56326e14f5ae75bd0c01.tar.gz
[lilac] updated to 1.18.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a75630f774a4..ed0f55941a1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RcwlPipelines
-_pkgver=1.18.0
+_pkgver=1.18.1
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.18.1
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=('2d3217e361c5a384c686d3e50eed30a460d421268347cb0d90aff312f076a6bb')
+sha256sums=('65b033a94322587a67742cf1426e69356d330e9578cc70cf342a655f6141c9d9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"