summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 21:16:43 +0000
committerBioArchLinuxBot2023-10-25 21:16:43 +0000
commit318dffc209931745ded41a823068e3c18d7573c9 (patch)
tree234de0377459ff3bb3e02cad51a1db5ce4a163e7 /PKGBUILD
parent5bd3260fa3bf428a6d2ac5d30cf0a5c04016e074 (diff)
downloadaur-318dffc209931745ded41a823068e3c18d7573c9.tar.gz
[lilac] updated to 1.10.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 454db2db3f17..e49180937359 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ComPrAn
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.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=('5ee980155f09184a0e3c13474f337eb9d468b2d532f26e82d7e7abe8e57438f9')
+sha256sums=('b314d05828ddfbbf17adf9d02e7aa992de05a6318e9c88a156cadcd7b7c68a1b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"