summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 21:59:17 +0000
committerBioArchLinuxBot2022-11-02 21:59:17 +0000
commit6a92d8cabef68baea19740a24140d0431caf4561 (patch)
tree806fb5c9b3d3c90318eeee3e592fe1d59682af62 /PKGBUILD
parentc733036e985e284f8725988088354ac4d13a553c (diff)
downloadaur-6a92d8cabef68baea19740a24140d0431caf4561.tar.gz
[lilac] updated to 1.6.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05a345299059..6540ee16a0dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ComPrAn
-_pkgver=1.4.0
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.0
+pkgver=1.6.0
pkgrel=1
pkgdesc='Complexome Profiling Analysis package'
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('605469d8b33d8347ee9e68e98d56e3b528e6b78c786f3b5c27f080ad8b009d73')
+sha256sums=('d093bec95aca7891f8c191eae9c70616c69244e59a2d92a6e6387b55791cc9fe')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"